summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-30 06:25:37 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-30 06:25:37 (GMT)
commit1c8cf1b080c81c40bedc9d7c342555585fc394b0 (patch)
tree3aa4b9eec3c31773ee878ec8c4e23439428f3f08 /src/declarative/qml/qmlengine_p.h
parent34e5b058c81757e58f7356290d7866f37a52be53 (diff)
downloadQt-1c8cf1b080c81c40bedc9d7c342555585fc394b0.zip
Qt-1c8cf1b080c81c40bedc9d7c342555585fc394b0.tar.gz
Qt-1c8cf1b080c81c40bedc9d7c342555585fc394b0.tar.bz2
Basic WorkerScript functionality
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r--src/declarative/qml/qmlengine_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h
index cabd0ad..191be83 100644
--- a/src/declarative/qml/qmlengine_p.h
+++ b/src/declarative/qml/qmlengine_p.h
@@ -99,6 +99,7 @@ class QmlComponentAttached;
class QmlListScriptClass;
class QmlCleanup;
class QmlBindingData;
+class QmlWorkerScriptEngine;
class QmlEnginePrivate : public QObjectPrivate
{
@@ -152,6 +153,9 @@ public:
};
QmlScriptEngine scriptEngine;
+ QmlWorkerScriptEngine *getWorkerScriptEngine();
+ QmlWorkerScriptEngine *workerScriptEngine;
+
QUrl baseUrl;
template<class T>