summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-08-24 09:53:56 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-08-24 09:53:56 (GMT)
commit8c6b5eec52f84ccd76136f0bb4037036943d2a9a (patch)
tree20bdf12e164cc67be6a777172c138325e28cc4c9 /src/declarative/qml/qmldom.h
parentb2102b848f1f6075c10b60d8de1ee531f0eddd30 (diff)
downloadQt-8c6b5eec52f84ccd76136f0bb4037036943d2a9a.zip
Qt-8c6b5eec52f84ccd76136f0bb4037036943d2a9a.tar.gz
Qt-8c6b5eec52f84ccd76136f0bb4037036943d2a9a.tar.bz2
Remove QmlDomDocument::version
Has been superseeded by the versioning/library infrastructure.
Diffstat (limited to 'src/declarative/qml/qmldom.h')
-rw-r--r--src/declarative/qml/qmldom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmldom.h b/src/declarative/qml/qmldom.h
index 0366d37..5c76004 100644
--- a/src/declarative/qml/qmldom.h
+++ b/src/declarative/qml/qmldom.h
@@ -72,7 +72,6 @@ public:
~QmlDomDocument();
QmlDomDocument &operator=(const QmlDomDocument &);
- int version() const;
QList<QmlDomImport> imports() const;
QList<QmlError> errors() const;