summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeengine.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-29 01:33:08 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-29 01:33:08 (GMT)
commitf3b7cfd52b9a2c5ec4bef5b2b94f89dd83fd705d (patch)
tree29fbf8f999a7f5b9f34b66ba601bfd4cf9216166 /src/declarative/qml/qdeclarativeengine.h
parentbe07335e426ef726a219e183d13b4a8f98bd9907 (diff)
downloadQt-f3b7cfd52b9a2c5ec4bef5b2b94f89dd83fd705d.zip
Qt-f3b7cfd52b9a2c5ec4bef5b2b94f89dd83fd705d.tar.gz
Qt-f3b7cfd52b9a2c5ec4bef5b2b94f89dd83fd705d.tar.bz2
Add importPathList, mainly for doc purposes.
Diffstat (limited to 'src/declarative/qml/qdeclarativeengine.h')
-rw-r--r--src/declarative/qml/qdeclarativeengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.h b/src/declarative/qml/qdeclarativeengine.h
index 19e81b6..a24962e 100644
--- a/src/declarative/qml/qdeclarativeengine.h
+++ b/src/declarative/qml/qdeclarativeengine.h
@@ -78,6 +78,7 @@ public:
void clearComponentCache();
void addImportPath(const QString& dir);
+ QStringList importPathList() const;
bool importExtension(const QString &fileName, const QString &uri);
void setNetworkAccessManagerFactory(QDeclarativeNetworkAccessManagerFactory *);