diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-11 12:14:50 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-11 12:14:50 (GMT) |
commit | 61f8c6f4d6af1a2e73c918b43da8f25871b254b7 (patch) | |
tree | 39e472b03d3d6c642ad6723851717609ce017c3c /src/declarative/qml/qmlcompiler_p.h | |
parent | edadc4df70324d3c4a875795d0032e129206f44b (diff) | |
download | Qt-61f8c6f4d6af1a2e73c918b43da8f25871b254b7.zip Qt-61f8c6f4d6af1a2e73c918b43da8f25871b254b7.tar.gz Qt-61f8c6f4d6af1a2e73c918b43da8f25871b254b7.tar.bz2 |
Remove some XML'isms from the parser/compiler interface
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index b885e7b..b122650 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -118,7 +118,6 @@ public: QList<QmlError> errors() const; static bool isValidId(const QString &); - static bool isBinding(const QString &); static bool isAttachedProperty(const QByteArray &); enum StoreInstructionResult { Ok, UnknownType, InvalidData, ReadOnly }; |