Skip to content
Snippets Groups Projects
Commit 4a9ba8d0 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Removed useless test.

parent c1d68181
No related branches found
No related tags found
No related merge requests found
......@@ -113,9 +113,6 @@ void QmlProjectRunConfiguration::ctor()
if (!qmlviewerFileInfo.exists()) {
qWarning() << "QmlProjectRunConfiguration::ctor(): QML Viewer executable does not exist at" << m_qmlViewerDefaultPath;
m_qmlViewerDefaultPath.clear();
} else if (!qmlviewerFileInfo.isFile()) {
qWarning() << "QmlProjectRunConfiguration::ctor(): " << m_qmlViewerDefaultPath << " is not a file";
m_qmlViewerDefaultPath.clear();
}
}
}
......
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