diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2009-06-30 11:17:19 (GMT) |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2009-06-30 11:17:19 (GMT) |
commit | 028a6a00c5653c6dc0641b215287e33b8312d7a7 (patch) | |
tree | 0f6bd7787282043b9a765392917a8578b98c4d12 /src/declarative/qml/qmldom.h | |
parent | f55c5b5552cf2ca620d02ff553116ae62061f8b5 (diff) | |
download | Qt-028a6a00c5653c6dc0641b215287e33b8312d7a7.zip Qt-028a6a00c5653c6dc0641b215287e33b8312d7a7.tar.gz Qt-028a6a00c5653c6dc0641b215287e33b8312d7a7.tar.bz2 |
Fixes for the dynamic properties in the QML DOM.
Diffstat (limited to 'src/declarative/qml/qmldom.h')
-rw-r--r-- | src/declarative/qml/qmldom.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/qml/qmldom.h b/src/declarative/qml/qmldom.h index 1dddb5f..170ef56 100644 --- a/src/declarative/qml/qmldom.h +++ b/src/declarative/qml/qmldom.h @@ -44,7 +44,6 @@ #include <QtCore/qlist.h> #include <QtCore/qshareddata.h> -#include <QtCore/qvariant.h> #include <QtDeclarative/qmlerror.h> QT_BEGIN_HEADER @@ -124,7 +123,7 @@ public: bool isValid() const; QByteArray propertyName() const; - QVariant::Type propertyType() const; + int propertyType() const; bool isDefaultProperty() const; |