summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlworkerscript_p.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-02-09 01:37:07 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-02-09 01:37:07 (GMT)
commit7e202bca9d21a70588e726e63abae6c9cb369fa8 (patch)
tree7cabad8a24fc8ed22c12a7c36e8e8a2f834dbe03 /src/declarative/qml/qmlworkerscript_p.h
parent0d62d8e14433f1f0feebb7d151e9a397589be35a (diff)
downloadQt-7e202bca9d21a70588e726e63abae6c9cb369fa8.zip
Qt-7e202bca9d21a70588e726e63abae6c9cb369fa8.tar.gz
Qt-7e202bca9d21a70588e726e63abae6c9cb369fa8.tar.bz2
Use networkAccessManagerFactory() for worker threads too.
Task-number: QT-2850
Diffstat (limited to 'src/declarative/qml/qmlworkerscript_p.h')
-rw-r--r--src/declarative/qml/qmlworkerscript_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlworkerscript_p.h b/src/declarative/qml/qmlworkerscript_p.h
index f0ef7c9..3a29498 100644
--- a/src/declarative/qml/qmlworkerscript_p.h
+++ b/src/declarative/qml/qmlworkerscript_p.h
@@ -69,7 +69,7 @@ class QmlWorkerScriptEngine : public QThread
{
Q_OBJECT
public:
- QmlWorkerScriptEngine(QObject *parent = 0);
+ QmlWorkerScriptEngine(QmlEngine *parent = 0);
virtual ~QmlWorkerScriptEngine();
int registerWorkerScript(QmlWorkerScript *);