diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-11 06:52:18 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-11 06:52:18 (GMT) |
commit | 2edaf0446788d9543ef357fc1f1d65a8c8736486 (patch) | |
tree | 569470d64c4eb384dd4923a54da3f55d5f16e271 /src/declarative/qml/qmldom.h | |
parent | 22fe9474b01c577337e43416666a8f90d0ad6064 (diff) | |
download | Qt-2edaf0446788d9543ef357fc1f1d65a8c8736486.zip Qt-2edaf0446788d9543ef357fc1f1d65a8c8736486.tar.gz Qt-2edaf0446788d9543ef357fc1f1d65a8c8736486.tar.bz2 |
QmlDom tests
Diffstat (limited to 'src/declarative/qml/qmldom.h')
-rw-r--r-- | src/declarative/qml/qmldom.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/qml/qmldom.h b/src/declarative/qml/qmldom.h index 8c43c4a..250307f 100644 --- a/src/declarative/qml/qmldom.h +++ b/src/declarative/qml/qmldom.h @@ -92,6 +92,8 @@ public: ~QmlDomProperty(); QmlDomProperty &operator=(const QmlDomProperty &); + bool isValid() const; + QByteArray propertyName() const; QList<QByteArray> propertyNameParts() const; @@ -121,6 +123,7 @@ public: QByteArray propertyName() const; int propertyType() const; + QByteArray propertyTypeName() const; bool isDefaultProperty() const; @@ -139,7 +142,6 @@ class Q_DECLARATIVE_EXPORT QmlDomObject { public: QmlDomObject(); - QmlDomObject(const QByteArray &); QmlDomObject(const QmlDomObject &); ~QmlDomObject(); QmlDomObject &operator=(const QmlDomObject &); |