Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.1, 6.6.0 Beta1
-
965c57a2c (dev), cd0f71e22 (6.6)
Description
Code
import QtQuick import QtApplicationManager.SystemUI Item { IntentModel { id: model } Component.onCompleted: model.invalidate() }
qmllint/qmlsc output
Warning: Main.qml:6:31: Member "invalidate" not found on type "IntentModel" [missing-property] Component.onCompleted: model.invalidate() ^^^^^^^^^^ Warning: Main.qml:6:31: Could not compile binding for onCompleted: Type IntentModel of does not have a property invalidate for calling [compiler] Component.onCompleted: model.invalidate() ^^^^^^^^^^
Attachments
Issue Links
- is covered by
-
QTBUG-103266 QtApplicationManager: Use declarative registration
- Closed