diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-16 05:02:25 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-16 05:02:25 (GMT) |
commit | 1962eaef07cb3adf73e7d8815ac470f62003a192 (patch) | |
tree | 86b13f69b3dacce41aaad1656e10f674d087fec1 /src/declarative/qml/qmldom.h | |
parent | 1734f968773fade53a73c8ce04ea86de8df0b875 (diff) | |
download | Qt-1962eaef07cb3adf73e7d8815ac470f62003a192.zip Qt-1962eaef07cb3adf73e7d8815ac470f62003a192.tar.gz Qt-1962eaef07cb3adf73e7d8815ac470f62003a192.tar.bz2 |
Small cleanups
Diffstat (limited to 'src/declarative/qml/qmldom.h')
-rw-r--r-- | src/declarative/qml/qmldom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmldom.h b/src/declarative/qml/qmldom.h index 456202a..339570b 100644 --- a/src/declarative/qml/qmldom.h +++ b/src/declarative/qml/qmldom.h @@ -150,7 +150,7 @@ public: bool isValid() const; QByteArray objectType() const; - QByteArray objectId() const; + QString objectId() const; void setObjectId(const QByteArray &); |