aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-07-10 10:12:12 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-07-10 10:12:13 +0200
commit427bee6cb616d515ae04bc47193e35e19e1b519e (patch)
tree9b87feddefc5c07bf0f3b2c4a5d0bc2774b9f078 /src/qml/qml/qqmlengine.cpp
parente1fbfc0156db55cb5d462a15e6142db097e8a61f (diff)
parent0ea494437736c51eb089a5245f8aac551ce6f909 (diff)
Merge remote-tracking branch 'origin/5.3' into dev
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 46fc3292c7..9ba6e67079 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -560,7 +560,7 @@ QQmlEnginePrivate::QQmlEnginePrivate(QQmlEngine *e)
workerScriptEngine(0),
activeObjectCreator(0),
networkAccessManager(0), networkAccessManagerFactory(0), urlInterceptor(0),
- scarceResourcesRefCount(0), importDatabase(e), typeLoader(e), uniqueId(1),
+ scarceResourcesRefCount(0), typeLoader(e), importDatabase(e), uniqueId(1),
incubatorCount(0), incubationController(0), mutex(QMutex::Recursive)
{
useNewCompiler = true;