aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeproperty_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-07-25 13:06:28 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-25 06:08:56 +0200
commit9cb3889b33a4a92db40a3a72c3ee4fa25770d539 (patch)
tree01b25e5a091a4a7874e6e300a42fd3cd40ee9f8f /src/declarative/qml/qdeclarativeproperty_p.h
parente826e578eaef3f05498124eb2057f41410696480 (diff)
Correctly load flags for binding properties
Change-Id: I80e79ff7de8d879f700f9f4fe96d796de0f17aff Reviewed-on: http://codereview.qt.nokia.com/2055 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/declarative/qml/qdeclarativeproperty_p.h')
-rw-r--r--src/declarative/qml/qdeclarativeproperty_p.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeproperty_p.h b/src/declarative/qml/qdeclarativeproperty_p.h
index efebf0ca48..ea3fb56f8f 100644
--- a/src/declarative/qml/qdeclarativeproperty_p.h
+++ b/src/declarative/qml/qdeclarativeproperty_p.h
@@ -111,8 +111,10 @@ public:
static QDeclarativeAbstractBinding *binding(QObject *, int coreIndex, int valueTypeIndex /* -1 */);
static QByteArray saveValueType(const QMetaObject *, int,
- const QMetaObject *, int);
- static QByteArray saveProperty(const QMetaObject *, int);
+ const QMetaObject *, int,
+ QDeclarativeEngine *);
+ static QByteArray saveProperty(const QMetaObject *, int,
+ QDeclarativeEngine *);
static QDeclarativeProperty restore(const QByteArray &, QObject *, QDeclarativeContextData *);
static QDeclarativeProperty restore(const QDeclarativePropertyCache::Data &,