diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-02 05:41:41 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-02 05:41:41 (GMT) |
commit | ff4140013a993a90ae26cbd56e9d75760ec3e40d (patch) | |
tree | 32aab6ba822029267ed459f8ce9adde0a956d5c0 /src/declarative/qml/qmlcontext.h | |
parent | baea2c29340b14c6ec1f560a09627f23dd358363 (diff) | |
download | Qt-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/qmlcontext.h')
-rw-r--r-- | src/declarative/qml/qmlcontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext.h b/src/declarative/qml/qmlcontext.h index ce5fe52..44d8caa 100644 --- a/src/declarative/qml/qmlcontext.h +++ b/src/declarative/qml/qmlcontext.h @@ -77,7 +77,6 @@ public: static QmlContext *activeContext(); - QUrl resolvedUri(const QUrl &); QUrl resolvedUrl(const QUrl &); void setBaseUrl(const QUrl &); |