Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.5.2, 6.6.0 Beta2
Description
Enabling `pragma strict` will cause a build failure.
Code
//pragma Strict import QtQuick import QtApplicationManager.SystemUI Window { width: 800 height: 600 visible: true IntentServerHandler { visibility: IntentServerHandler.Public // fails here } }
Compiler output
Warning: Main.qml:11:35: Member "Public" not found on type "IntentServerHandler" [missing-property] visibility: IntentServerHandler.Public // fails here ^^^^^^ Warning: Main.qml:11:35: Could not compile binding for visibility: Cannot load property Public from const QMetaObject of const QMetaObject. [compiler] visibility: IntentServerHandler.Public // fails here ^^^^^^
Attachments
Issue Links
- is covered by
-
QTBUG-103266 QtApplicationManager: Use declarative registration
- Closed