aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcustomparser.cpp
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-07-05 16:08:09 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-06 01:51:34 +0200
commit9d7ad801864207bd64928e1d1b6c2c63ec0957a8 (patch)
tree6e1e8b1de42681db9f61ceedf5994bf84b647733 /src/qml/qml/qqmlcustomparser.cpp
parent3f00617d4c822ddf18dbd523a6f832f61e11ca58 (diff)
Use enumeration in preference to enum when referring to QML API.
Task-number: QTBUG-24666 Change-Id: I5197d4b4d1a1b53cae2033bd86ce26ba55d08384 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlcustomparser.cpp')
-rw-r--r--src/qml/qml/qqmlcustomparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcustomparser.cpp b/src/qml/qml/qqmlcustomparser.cpp
index 7c7a2f5611..c8457edf6a 100644
--- a/src/qml/qml/qqmlcustomparser.cpp
+++ b/src/qml/qml/qqmlcustomparser.cpp
@@ -279,7 +279,7 @@ void QQmlCustomParser::error(const QQmlCustomParserNode& node, const QString& de
}
/*!
- If \a script is a simple enum expression (eg. Text.AlignLeft),
+ If \a script is a simple enumeration expression (eg. Text.AlignLeft),
returns the integer equivalent (eg. 1), and sets \a ok to true.
Otherwise sets \a ok to false.