summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-02 05:41:41 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-02 05:41:41 (GMT)
commitff4140013a993a90ae26cbd56e9d75760ec3e40d (patch)
tree32aab6ba822029267ed459f8ce9adde0a956d5c0 /src/declarative/qml/qmlengine_p.h
parentbaea2c29340b14c6ec1f560a09627f23dd358363 (diff)
downloadQt-ff4140013a993a90ae26cbd56e9d75760ec3e40d.zip
Qt-ff4140013a993a90ae26cbd56e9d75760ec3e40d.tar.gz
Qt-ff4140013a993a90ae26cbd56e9d75760ec3e40d.tar.bz2
First conversion to new module handling.
Works same as before for now, but now the variables and methods are all in the right place. In particular, type resolving is per-component, not per-engine, even though it is the engine that ultimately has the ability to find types, because each component will have a different set of available types. Designed to be optimizable - QmlEngine could share data between QmlEngine::Import objects, and the import objects could read types in bulk rather than always searching.
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r--src/declarative/qml/qmlengine_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h
index 93ae704..ca65e3e 100644
--- a/src/declarative/qml/qmlengine_p.h
+++ b/src/declarative/qml/qmlengine_p.h
@@ -161,7 +161,6 @@ public:
mutable QNetworkAccessManager *networkAccessManager;
QmlCompositeTypeManager typeManager;
- QMap<QString,QString> nameSpacePaths;
mutable quint32 uniqueId;
quint32 getUniqueId() const {