diff options
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty.h')
-rw-r--r-- | src/declarative/qml/qmlmetaproperty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.h b/src/declarative/qml/qmlmetaproperty.h index fcc020e..4a2b864 100644 --- a/src/declarative/qml/qmlmetaproperty.h +++ b/src/declarative/qml/qmlmetaproperty.h @@ -136,6 +136,7 @@ public: static QmlMetaProperty createProperty(QObject *, const QString &); int coreIndex() const; + int valueTypeCoreIndex() const; private: friend class QmlEnginePrivate; QmlMetaPropertyPrivate *d; |