May it rest in pieces.
Change-Id: I58a2ac56e099da44314feb1614067626b015710a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
parent
310fd3ed8c
commit
3adcf75c6c
|
@ -555,7 +555,6 @@ QQmlEnginePrivate::QQmlEnginePrivate(QQmlEngine *e)
|
||||||
scarceResourcesRefCount(0), typeLoader(e), importDatabase(e), uniqueId(1),
|
scarceResourcesRefCount(0), typeLoader(e), importDatabase(e), uniqueId(1),
|
||||||
incubatorCount(0), incubationController(0), mutex(QMutex::Recursive)
|
incubatorCount(0), incubationController(0), mutex(QMutex::Recursive)
|
||||||
{
|
{
|
||||||
useNewCompiler = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QQmlEnginePrivate::~QQmlEnginePrivate()
|
QQmlEnginePrivate::~QQmlEnginePrivate()
|
||||||
|
|
|
@ -138,7 +138,6 @@ public:
|
||||||
|
|
||||||
QQmlContext *rootContext;
|
QQmlContext *rootContext;
|
||||||
bool isDebugging;
|
bool isDebugging;
|
||||||
bool useNewCompiler;
|
|
||||||
QQmlProfiler *profiler;
|
QQmlProfiler *profiler;
|
||||||
void enableProfiler();
|
void enableProfiler();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue