summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-11 12:14:50 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-11 12:14:50 (GMT)
commit61f8c6f4d6af1a2e73c918b43da8f25871b254b7 (patch)
tree39e472b03d3d6c642ad6723851717609ce017c3c /src/declarative/qml/qmlcompiler_p.h
parentedadc4df70324d3c4a875795d0032e129206f44b (diff)
downloadQt-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.h1
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 };