diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-15 08:21:56 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-15 08:21:56 (GMT) |
commit | 9b427652044114a1a77f7c1a32526d570f2bb3e8 (patch) | |
tree | 8d93626246c3a3f9a096ad8820031ce5ea3ee08f /src/declarative/qml/qmlexpression_p.h | |
parent | c1f79fb0b4b778a2f41204aa62711060a3b021fc (diff) | |
download | Qt-9b427652044114a1a77f7c1a32526d570f2bb3e8.zip Qt-9b427652044114a1a77f7c1a32526d570f2bb3e8.tar.gz Qt-9b427652044114a1a77f7c1a32526d570f2bb3e8.tar.bz2 |
Revert "Use a function object when evaluating bindings"
Turns out this simple approach doesn't work. Fortunately we have a volunteer to do it properly.
This reverts commit 958dc50e2b0fe2e875a704554438be75907ed3c5.
Diffstat (limited to 'src/declarative/qml/qmlexpression_p.h')
-rw-r--r-- | src/declarative/qml/qmlexpression_p.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlexpression_p.h b/src/declarative/qml/qmlexpression_p.h index 09745a3..5883125 100644 --- a/src/declarative/qml/qmlexpression_p.h +++ b/src/declarative/qml/qmlexpression_p.h @@ -55,7 +55,6 @@ #include "qmlbasicscript_p.h" #include "qmlexpression.h" -#include <QtScript/qscriptvalue.h> QT_BEGIN_NAMESPACE @@ -74,9 +73,6 @@ public: QmlExpression *q; QmlContext *ctxt; QString expression; - bool expressionFunctionValid; - QScriptValue expressionFunction; - QmlBasicScript sse; void *sseData; QmlExpressionBindProxy *proxy; |