summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-04 05:49:26 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-04 05:49:26 (GMT)
commit48ea5a5c74620f9811debc6bf1e49bf095d30722 (patch)
tree645d554886311b0faf4b0f7a743fd70b9ef61cfe /src/declarative/qml/qmlmetaproperty_p.h
parente87f1cfec926aab2336063729d21059ebc9767e5 (diff)
downloadQt-48ea5a5c74620f9811debc6bf1e49bf095d30722.zip
Qt-48ea5a5c74620f9811debc6bf1e49bf095d30722.tar.gz
Qt-48ea5a5c74620f9811debc6bf1e49bf095d30722.tar.bz2
tests
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty_p.h')
-rw-r--r--src/declarative/qml/qmlmetaproperty_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlmetaproperty_p.h b/src/declarative/qml/qmlmetaproperty_p.h
index 925f1ea..d225afa 100644
--- a/src/declarative/qml/qmlmetaproperty_p.h
+++ b/src/declarative/qml/qmlmetaproperty_p.h
@@ -104,8 +104,9 @@ public:
static QmlAbstractBinding *setBinding(QObject *, const QmlPropertyCache::Data &, QmlAbstractBinding *,
QmlMetaProperty::WriteFlags flags = QmlMetaProperty::DontRemoveBinding);
- static quint32 saveValueType(int, int);
- static quint32 saveProperty(int);
+ static void Q_AUTOTEST_EXPORT restore(QmlMetaProperty &prop, quint32, QObject *, QmlContext * = 0);
+ static quint32 Q_AUTOTEST_EXPORT saveValueType(int, int);
+ static quint32 Q_AUTOTEST_EXPORT saveProperty(int);
static bool equal(const QMetaObject *, const QMetaObject *);
static bool canConvert(const QMetaObject *from, const QMetaObject *to);