summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-05-08 12:36:51 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-05-08 12:47:34 (GMT)
commit7d67d5c24ce3e707c1bb9bc6f181765cccc4090d (patch)
treea289b9637975c91d74e5df1e85a5d896fe7b90f2 /src/declarative/qml/qmldom.h
parent79900981848fc4ba812243db83a7456d72ddda15 (diff)
downloadQt-7d67d5c24ce3e707c1bb9bc6f181765cccc4090d.zip
Qt-7d67d5c24ce3e707c1bb9bc6f181765cccc4090d.tar.gz
Qt-7d67d5c24ce3e707c1bb9bc6f181765cccc4090d.tar.bz2
Expose import statements in QmlDomDocument
Reviewed-by: erikv Reviewed-by: Roberto Raggi
Diffstat (limited to 'src/declarative/qml/qmldom.h')
-rw-r--r--src/declarative/qml/qmldom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qmldom.h b/src/declarative/qml/qmldom.h
index f90fb08..8b503fa 100644
--- a/src/declarative/qml/qmldom.h
+++ b/src/declarative/qml/qmldom.h
@@ -71,7 +71,8 @@ public:
QmlDomDocument &operator=(const QmlDomDocument &);
int version() const;
-
+ QList<QUrl> imports() const;
+
QList<QmlError> errors() const;
bool load(QmlEngine *, const QByteArray &, const QUrl & = QUrl());
QByteArray save() const;