May it rest in pieces.

Change-Id: I58a2ac56e099da44314feb1614067626b015710a
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Robin Burchell 2014-12-08 02:33:57 -08:00
parent 310fd3ed8c
commit 3adcf75c6c
2 changed files with 0 additions and 2 deletions

View File

@ -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()

View File

@ -138,7 +138,6 @@ public:
QQmlContext *rootContext;
bool isDebugging;
bool useNewCompiler;
QQmlProfiler *profiler;
void enableProfiler();