summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-06-11 22:32:42 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-06-11 22:32:42 (GMT)
commit1e2409cf6acaa8b390e65745821d21f2a8bb344d (patch)
tree3962fbc0bf92e2826fe6ba488c16240e8d1cf2de /src/declarative/qml/qmldom.h
parent9d9cf497c1d21fe80b5bdd0db2a2fa145ebe9ab0 (diff)
parentf10791eb1c45b090f60a2c2ecca3cc5fd237278e (diff)
downloadQt-1e2409cf6acaa8b390e65745821d21f2a8bb344d.zip
Qt-1e2409cf6acaa8b390e65745821d21f2a8bb344d.tar.gz
Qt-1e2409cf6acaa8b390e65745821d21f2a8bb344d.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmldom.h')
-rw-r--r--src/declarative/qml/qmldom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmldom.h b/src/declarative/qml/qmldom.h
index 442a4fc..fde35a8 100644
--- a/src/declarative/qml/qmldom.h
+++ b/src/declarative/qml/qmldom.h
@@ -268,6 +268,8 @@ public:
int position() const;
int length() const;
+ QList<int> commaPositions() const;
+
private:
friend class QmlDomValue;
QSharedDataPointer<QmlDomValuePrivate> d;