summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2009-07-01 15:47:55 (GMT)
committerErik Verbruggen <erik.verbruggen@nokia.com>2009-07-01 15:47:55 (GMT)
commiteeccaca2875b675d9fabfe5cf03941fa1fd93511 (patch)
treea2a4fba85ab962ddf12f468e6a4dcd81edf58969 /src/declarative/qml/qmldom.h
parent028a6a00c5653c6dc0641b215287e33b8312d7a7 (diff)
downloadQt-eeccaca2875b675d9fabfe5cf03941fa1fd93511.zip
Qt-eeccaca2875b675d9fabfe5cf03941fa1fd93511.tar.gz
Qt-eeccaca2875b675d9fabfe5cf03941fa1fd93511.tar.bz2
Removed superfluous methods.
Diffstat (limited to 'src/declarative/qml/qmldom.h')
-rw-r--r--src/declarative/qml/qmldom.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmldom.h b/src/declarative/qml/qmldom.h
index 170ef56..ef9fe25 100644
--- a/src/declarative/qml/qmldom.h
+++ b/src/declarative/qml/qmldom.h
@@ -79,8 +79,6 @@ public:
QmlDomObject rootObject() const;
- QList<int> automaticSemicolonOffsets() const;
-
private:
QSharedDataPointer<QmlDomDocumentPrivate> d;
};