summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-12 03:58:42 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-12 03:58:42 (GMT)
commit1ea93870fce7ff032053775fb19d42e950dd5ccb (patch)
treeccdf099207d295b062a1abde307da3b5057e771a /src/declarative/qml/qmlmetaproperty_p.h
parent55e4d0591a2b18e08519144a416d1fea9a625cd8 (diff)
downloadQt-1ea93870fce7ff032053775fb19d42e950dd5ccb.zip
Qt-1ea93870fce7ff032053775fb19d42e950dd5ccb.tar.gz
Qt-1ea93870fce7ff032053775fb19d42e950dd5ccb.tar.bz2
Composite types should assign to object properties
Fixes QT-956
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty_p.h')
-rw-r--r--src/declarative/qml/qmlmetaproperty_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlmetaproperty_p.h b/src/declarative/qml/qmlmetaproperty_p.h
index b74aa2d..7288266 100644
--- a/src/declarative/qml/qmlmetaproperty_p.h
+++ b/src/declarative/qml/qmlmetaproperty_p.h
@@ -106,6 +106,8 @@ public:
static quint32 saveValueType(int, int);
static quint32 saveProperty(int);
+
+ static bool equal(const QMetaObject *, const QMetaObject *);
};
QT_END_NAMESPACE