aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlcompiler_p.h')
-rw-r--r--src/qml/qml/qqmlcompiler_p.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/qml/qml/qqmlcompiler_p.h b/src/qml/qml/qqmlcompiler_p.h
index 4f27e3ef44..35beba1562 100644
--- a/src/qml/qml/qqmlcompiler_p.h
+++ b/src/qml/qml/qqmlcompiler_p.h
@@ -81,7 +81,7 @@ class QQmlContext;
class QQmlContextData;
// ### Merge with QV4::CompiledData::CompilationUnit
-class Q_AUTOTEST_EXPORT QQmlCompiledData : public QQmlRefCount, public QQmlCleanup
+class Q_AUTOTEST_EXPORT QQmlCompiledData : public QQmlRefCount
{
public:
QQmlCompiledData(QQmlEngine *engine);
@@ -91,12 +91,8 @@ public:
QQmlRefPointer<QV4::CompiledData::CompilationUnit> compilationUnit;
- bool isInitialized() const { return hasEngine(); }
- void initialize(QQmlEngine *);
-
protected:
virtual void destroy(); // From QQmlRefCount
- virtual void clear(); // From QQmlCleanup
private:
QQmlCompiledData(const QQmlCompiledData &other);