diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-02-09 01:37:07 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-02-09 01:37:07 (GMT) |
commit | 7e202bca9d21a70588e726e63abae6c9cb369fa8 (patch) | |
tree | 7cabad8a24fc8ed22c12a7c36e8e8a2f834dbe03 /src/declarative/qml/qmlworkerscript_p.h | |
parent | 0d62d8e14433f1f0feebb7d151e9a397589be35a (diff) | |
download | Qt-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.h | 2 |
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 *); |