Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.5.2
-
None
Description
QML singleton definition:
pragma Singleton import QtQml QtObject { enum Status {NoError, AnError} property int status: AnError property string message: "hello" }
QML Runtime output:
file:///C:/workspace/enumtest/MySingleton.qml:7: ReferenceError: AnError is not defined