diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-04 05:49:26 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-04 05:49:26 (GMT) |
commit | 48ea5a5c74620f9811debc6bf1e49bf095d30722 (patch) | |
tree | 645d554886311b0faf4b0f7a743fd70b9ef61cfe /src/declarative/qml/qmlmetaproperty_p.h | |
parent | e87f1cfec926aab2336063729d21059ebc9767e5 (diff) | |
download | Qt-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.h | 5 |
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); |