aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlengine_p.h')
-rw-r--r--src/qml/qml/qqmlengine_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/qml/qqmlengine_p.h b/src/qml/qml/qqmlengine_p.h
index b217f09ca6..9e9d24e90b 100644
--- a/src/qml/qml/qqmlengine_p.h
+++ b/src/qml/qml/qqmlengine_p.h
@@ -95,7 +95,6 @@ class QNetworkAccessManager;
class QQmlNetworkAccessManagerFactory;
class QQmlTypeNameCache;
class QQmlComponentAttached;
-class QQmlCleanup;
class QQmlDelayedError;
class QQmlObjectCreator;
class QDir;
@@ -169,9 +168,6 @@ public:
bool outputWarningsToMsgLog;
- // Registered cleanup handlers
- QQmlCleanup *cleanup;
-
// Bindings that have had errors during startup
QQmlDelayedError *erroredBindings;
int inProgressCreations;