summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbindingvme_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-12-14 08:39:45 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-12-14 08:39:45 (GMT)
commitaf688178ed2cbfeb72cd43205178e9f797ffefdc (patch)
tree17637ad2b7c2e712e9f3f0cfecdbdeaf78525675 /src/declarative/qml/qmlbindingvme_p.h
parent6a99fc240fc0644065d775d7f764792bdf6ee717 (diff)
downloadQt-af688178ed2cbfeb72cd43205178e9f797ffefdc.zip
Qt-af688178ed2cbfeb72cd43205178e9f797ffefdc.tar.gz
Qt-af688178ed2cbfeb72cd43205178e9f797ffefdc.tar.bz2
Binding optimizer extensions
Diffstat (limited to 'src/declarative/qml/qmlbindingvme_p.h')
-rw-r--r--src/declarative/qml/qmlbindingvme_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlbindingvme_p.h b/src/declarative/qml/qmlbindingvme_p.h
index 9a0239d..a01c308 100644
--- a/src/declarative/qml/qmlbindingvme_p.h
+++ b/src/declarative/qml/qmlbindingvme_p.h
@@ -80,7 +80,7 @@ public:
QScriptDeclarativeClass::PersistentIdentifier *identifiers;
};
- static QByteArray compile(const QmlBasicScript::Expression &);
+ static QByteArray compile(const QmlBasicScript::Expression &, QmlEnginePrivate *);
static void run(const char *program,
Config *config, QmlContextPrivate *context,
QObject **scopes, QObject **outputs);