Disable warning message for qmldump

Discussed-with: fkleint
This commit is contained in:
Lasse Holmstedt
2010-09-30 11:55:45 +02:00
parent 8500d9ced8
commit a9514a3882

View File

@@ -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";