summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/cesdkhandler.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-09-15 15:16:13 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-09-15 15:16:13 +0200
commitd207c8cdcb499726d4b89848cf6c48ad74ba3d86 (patch)
tree56f90b3f57733f73cf35e94ca48960ca481be268 /src/plugins/projectexplorer/cesdkhandler.cpp
parentff3f7e4d19e4691b904b5165d033457db2ab06d1 (diff)
downloadqt-creator-d207c8cdcb499726d4b89848cf6c48ad74ba3d86.tar.gz
L10n: tr()-fixes, message strings, compiler warnings.
Rename 'QML standalone application' to 'QML application' and the 'old-style' QML applications to 'QML Viewer based applications'. For the QML renaming: Rubber-stamped-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/cesdkhandler.cpp')
-rw-r--r--src/plugins/projectexplorer/cesdkhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/cesdkhandler.cpp b/src/plugins/projectexplorer/cesdkhandler.cpp
index 702c536914..7e035e6ba7 100644
--- a/src/plugins/projectexplorer/cesdkhandler.cpp
+++ b/src/plugins/projectexplorer/cesdkhandler.cpp
@@ -103,7 +103,7 @@ bool CeSdkHandler::parse(const QString &vsdir)
}
if (xml.error() && xml.error() != QXmlStreamReader::PrematureEndOfDocumentError) {
- qWarning() << "XML ERROR:" << xml.lineNumber() << ": " << xml.errorString();
+ qWarning("CeSdkHandler::parse(): XML ERROR: %d : %s", int(xml.lineNumber()), qPrintable(xml.errorString()));
return false;
}
return m_list.size() > 0 ? true : false;