diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-27 01:31:19 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-27 01:31:19 (GMT) |
commit | c8503d44bce2e038a5e2ba7597878dbcfcced4cb (patch) | |
tree | cb21aa15c8ca3b1672fcc49be6a850b970ed552c /src/declarative/qml/qmlcompiler.cpp | |
parent | baeb25062194c9ddc36c4536662de46b6b09cd68 (diff) | |
download | Qt-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.cpp | 2 |
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)); |