summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-08-24 09:55:35 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-08-24 09:55:35 (GMT)
commit9e2114fa326be128b03268865b39ddb2731e0173 (patch)
treef90991de6f45fb1d088fbdb79d3a42ec0df1ea18 /src/declarative/qml/qmldom.h
parent8c6b5eec52f84ccd76136f0bb4037036943d2a9a (diff)
downloadQt-9e2114fa326be128b03268865b39ddb2731e0173.zip
Qt-9e2114fa326be128b03268865b39ddb2731e0173.tar.gz
Qt-9e2114fa326be128b03268865b39ddb2731e0173.tar.bz2
Remove QmlDomDocument::save
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 5c76004..f344bb2 100644
--- a/src/declarative/qml/qmldom.h
+++ b/src/declarative/qml/qmldom.h
@@ -76,7 +76,6 @@ public:
QList<QmlError> errors() const;
bool load(QmlEngine *, const QByteArray &, const QUrl & = QUrl());
- QByteArray save() const;
QmlDomObject rootObject() const;