aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltypeloader_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2016-06-17 14:19:34 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-06-20 08:02:03 +0000
commitb9645cc5774a2497b2927b5fdad14c8c09a91fe2 (patch)
tree3daad0525e9e22a573c3b05f5990de52802aeea4 /src/qml/qml/qqmltypeloader_p.h
parent7c8441feced8ed41621cd2aad09c1f6d1da7e2ff (diff)
Minor cleanup for implicit import handling
We don't need the m_implicitImport member in the QQmlTypeData when it is used in only one function and generally a pointer into the memory pool. Change-Id: Ib3de07631a6626ba1ebdf9e6fef379af1231fd24 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/qml/qqmltypeloader_p.h')
-rw-r--r--src/qml/qml/qqmltypeloader_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmltypeloader_p.h b/src/qml/qml/qqmltypeloader_p.h
index fa9389e9ca..9fd7fb9f51 100644
--- a/src/qml/qml/qqmltypeloader_p.h
+++ b/src/qml/qml/qqmltypeloader_p.h
@@ -464,7 +464,6 @@ private:
QList<TypeDataCallback *> m_callbacks;
- QV4::CompiledData::Import *m_implicitImport;
bool m_implicitImportLoaded;
bool loadImplicitImport();
};