forked from qt-creator/qt-creator
Disable warning message for qmldump
Discussed-with: fkleint
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user