diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-01-11 06:35:40 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-01-11 06:35:40 (GMT) |
commit | d99eac039984eb09e7fa0a91a07073a6c3769a0d (patch) | |
tree | 02c3e1bd49e9efe308051ca35fc6138bda19f6ea /src/declarative/qml/qmlcompiler.cpp | |
parent | 26021de11bf8cfd3f2067466b8be97d42316b8b4 (diff) | |
download | Qt-d99eac039984eb09e7fa0a91a07073a6c3769a0d.zip Qt-d99eac039984eb09e7fa0a91a07073a6c3769a0d.tar.gz Qt-d99eac039984eb09e7fa0a91a07073a6c3769a0d.tar.bz2 |
unwarn
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 3b2009a..f890c5a 100644 --- a/src/declarative/qml/qmlcompiler.cpp +++ b/src/declarative/qml/qmlcompiler.cpp @@ -2365,7 +2365,7 @@ bool QmlCompiler::buildDynamicMeta(QmlParser::Object *obj, DynamicMetaMode mode) sig.append(','); funcScript.append(QLatin1Char(',')); } - funcScript.append(s.parameterNames.at(jj)); + funcScript.append(QLatin1String(s.parameterNames.at(jj))); sig.append("QVariant"); } sig.append(')'); |