From a9514a388278524e2a261c32f15cad3503e33522 Mon Sep 17 00:00:00 2001 From: Lasse Holmstedt <lasse.holmstedt@nokia.com> Date: Thu, 30 Sep 2010 11:55:45 +0200 Subject: [PATCH] Disable warning message for qmldump Discussed-with: fkleint --- src/plugins/qt4projectmanager/qmldumptool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qt4projectmanager/qmldumptool.cpp b/src/plugins/qt4projectmanager/qmldumptool.cpp index 26d2f08c89f..210c0182fda 100644 --- a/src/plugins/qt4projectmanager/qmldumptool.cpp +++ b/src/plugins/qt4projectmanager/qmldumptool.cpp @@ -164,7 +164,7 @@ QString QmlDumpTool::qmlDumpPath() } QFileInfo qmldumpFileInfo(path); if (!qmldumpFileInfo.exists()) { - qWarning() << "QmlDumpTool::qmlDumpPath: qmldump executable does not exist at" << path; + //qWarning() << "QmlDumpTool::qmlDumpPath: qmldump executable does not exist at" << path; path.clear(); } else if (!qmldumpFileInfo.isFile()) { qWarning() << "QmlDumpTool::qmlDumpPath: " << path << " is not a file"; -- GitLab