summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeproperty_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-02-26 01:44:51 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-02-26 01:48:56 (GMT)
commit71412e3d9b9152cbbc42245751fc197672fc7b08 (patch)
tree72ef51ddd77064ad1442f5ba647ce2581a5ceceb /src/declarative/qml/qdeclarativeproperty_p.h
parente1abb8b075c8fc24bc768619ca2dbe1204431101 (diff)
downloadQt-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.h1
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;