aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeproperty_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2012-02-14 12:13:51 +0000
committerQt by Nokia <qt-info@nokia.com>2012-02-20 14:48:06 +0100
commit549916563e693fc2835d1fa0d5baa3a77b027284 (patch)
tree200cfdb6f0447cc4eb08840642c04c6324ef8b58 /src/declarative/qml/qdeclarativeproperty_p.h
parentd88578e58b8e85038568355fcbe2d5127ed208f4 (diff)
Reduce the size of QDeclarative*Expression
Reduces the size of QDeclarativeAbstractExpression and QDeclarativeJavaScriptExpression. Change-Id: I39386e5a45f8bd12bfb2d80b47dfec37f2f05479 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Diffstat (limited to 'src/declarative/qml/qdeclarativeproperty_p.h')
-rw-r--r--src/declarative/qml/qdeclarativeproperty_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeproperty_p.h b/src/declarative/qml/qdeclarativeproperty_p.h
index d7d8827a72..f7ada4e354 100644
--- a/src/declarative/qml/qdeclarativeproperty_p.h
+++ b/src/declarative/qml/qdeclarativeproperty_p.h
@@ -143,10 +143,12 @@ public:
QDeclarativeExpression *) ;
static bool write(const QDeclarativeProperty &that, const QVariant &, WriteFlags);
static bool writeBinding(const QDeclarativeProperty &that,
+ QDeclarativeContextData *context,
QDeclarativeJavaScriptExpression *expression,
v8::Handle<v8::Value> result, bool isUndefined,
WriteFlags flags);
static bool writeBinding(QObject *, const QDeclarativePropertyData &,
+ QDeclarativeContextData *context,
QDeclarativeJavaScriptExpression *expression,
v8::Handle<v8::Value> result, bool isUndefined,
WriteFlags flags);