aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2014-12-08 02:33:57 -0800
committerRobin Burchell <robin.burchell@viroteck.net>2014-12-09 00:19:55 +0100
commit3adcf75c6c2585d643bd30a23da11912410f80d7 (patch)
tree9c884ae93272a83b1ec24d18d25246f6dcfa625e /src/qml/qml/qqmlengine.cpp
parent310fd3ed8c9978840b67231404cb3b4ba30193c2 (diff)
May it rest in pieces.
Change-Id: I58a2ac56e099da44314feb1614067626b015710a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 2a27c543fd..a92162aa74 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -555,7 +555,6 @@ QQmlEnginePrivate::QQmlEnginePrivate(QQmlEngine *e)
scarceResourcesRefCount(0), typeLoader(e), importDatabase(e), uniqueId(1),
incubatorCount(0), incubationController(0), mutex(QMutex::Recursive)
{
- useNewCompiler = true;
}
QQmlEnginePrivate::~QQmlEnginePrivate()