Details
-
Technical task
-
Resolution: Fixed
-
P2: Important
-
-
I653ee4e7de1fb1514e1e563a92cfc28633268a7e
Description
I have a QObject-based class with this property:
Q_PROPERTY(QVariantMap about READ about CONSTANT)
which always contains the key header. Accessing values in this map from QML gives this qmllint warning:
Warning: Test.qml:30:47: Property "header" not found on type "QVariantMap" text: BS.BrickStore.about.header ^^^^^^
I also tried about["header"], but this results in the same warning.