summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-10-10 09:11:26 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-10-10 09:11:26 (GMT)
commitd9286e5e0e0a6688960f04600dfaefa5f1247934 (patch)
tree0651dc02cdeed1498cadfe24f5fbc6e7ea6e8548
parentba3ee12e8b7c73084ecfe8e045e4ca361df960d3 (diff)
downloadQt-d9286e5e0e0a6688960f04600dfaefa5f1247934.zip
Qt-d9286e5e0e0a6688960f04600dfaefa5f1247934.tar.gz
Qt-d9286e5e0e0a6688960f04600dfaefa5f1247934.tar.bz2
Remove warning.
-rw-r--r--src/declarative/qml/qmlinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlinfo.cpp b/src/declarative/qml/qmlinfo.cpp
index bae1682..7d7f3b8 100644
--- a/src/declarative/qml/qmlinfo.cpp
+++ b/src/declarative/qml/qmlinfo.cpp
@@ -88,7 +88,7 @@ QmlInfo::QmlInfo(QObject *object)
if (ddata->outerContext) {
location += ddata->outerContext->baseUrl().toString();
} else {
- location += "unknown";
+ location += QLatin1String("unknown");
}
location += QLatin1String(":");
location += QString::number(ddata->lineNumber);