Skip to content
Snippets Groups Projects
Commit a9514a38 authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

Disable warning message for qmldump

Discussed-with: fkleint
parent 8500d9ce
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ QString QmlDumpTool::qmlDumpPath() ...@@ -164,7 +164,7 @@ QString QmlDumpTool::qmlDumpPath()
} }
QFileInfo qmldumpFileInfo(path); QFileInfo qmldumpFileInfo(path);
if (!qmldumpFileInfo.exists()) { 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(); path.clear();
} else if (!qmldumpFileInfo.isFile()) { } else if (!qmldumpFileInfo.isFile()) {
qWarning() << "QmlDumpTool::qmlDumpPath: " << path << " is not a file"; qWarning() << "QmlDumpTool::qmlDumpPath: " << path << " is not a file";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment