diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-26 01:44:51 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-26 01:48:56 (GMT) |
commit | 71412e3d9b9152cbbc42245751fc197672fc7b08 (patch) | |
tree | 72ef51ddd77064ad1442f5ba647ce2581a5ceceb /src/declarative/qml/qdeclarativeproperty_p.h | |
parent | e1abb8b075c8fc24bc768619ca2dbe1204431101 (diff) | |
download | Qt-71412e3d9b9152cbbc42245751fc197672fc7b08.zip Qt-71412e3d9b9152cbbc42245751fc197672fc7b08.tar.gz Qt-71412e3d9b9152cbbc42245751fc197672fc7b08.tar.bz2 |
Remove unnecessary QDeclarativeProperty::Type enum values
Diffstat (limited to 'src/declarative/qml/qdeclarativeproperty_p.h')
-rw-r--r-- | src/declarative/qml/qdeclarativeproperty_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeproperty_p.h b/src/declarative/qml/qdeclarativeproperty_p.h index d0ad09c..eb5fa9a 100644 --- a/src/declarative/qml/qdeclarativeproperty_p.h +++ b/src/declarative/qml/qdeclarativeproperty_p.h @@ -97,6 +97,7 @@ public: QMetaMethod findSignal(QObject *, const QString &); + bool isValueType() const; int propertyType() const; QDeclarativeProperty::PropertyTypeCategory propertyTypeCategory() const; |