summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-27 01:31:19 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-27 01:31:19 (GMT)
commitc8503d44bce2e038a5e2ba7597878dbcfcced4cb (patch)
treecb21aa15c8ca3b1672fcc49be6a850b970ed552c /src/declarative/qml/qmlcompiler.cpp
parentbaeb25062194c9ddc36c4536662de46b6b09cd68 (diff)
downloadQt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.zip
Qt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.tar.gz
Qt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.tar.bz2
Rename Behavior cpp class to match the QML name.
Diffstat (limited to 'src/declarative/qml/qmlcompiler.cpp')
-rw-r--r--src/declarative/qml/qmlcompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp
index 4f96d12..b5edc38 100644
--- a/src/declarative/qml/qmlcompiler.cpp
+++ b/src/declarative/qml/qmlcompiler.cpp
@@ -1231,7 +1231,7 @@ bool QmlCompiler::buildProperty(QmlParser::Property *prop,
if (!prop->isDefault && prop->name == "id" && !ctxt.isSubContext()) {
- // The magic "id" behaviour doesn't apply when "id" is resolved as a
+ // The magic "id" behavior doesn't apply when "id" is resolved as a
// default property or to sub-objects (which are always in binding
// sub-contexts)
COMPILE_CHECK(buildIdProperty(prop, obj));