summaryrefslogtreecommitdiff
path: root/src/qdoc/qmlcodeparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/qmlcodeparser.h')
-rw-r--r--src/qdoc/qmlcodeparser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qdoc/qmlcodeparser.h b/src/qdoc/qmlcodeparser.h
index 239e89473..dff493be4 100644
--- a/src/qdoc/qmlcodeparser.h
+++ b/src/qdoc/qmlcodeparser.h
@@ -31,9 +31,6 @@ public:
/* Copied from src/declarative/qml/qdeclarativescriptparser.cpp */
void extractPragmas(QString &script);
-
-private:
- QQmlJS::Engine m_engine {};
};
QT_END_NAMESPACE