forked from qt-creator/qt-creator
Debugging helpers: Only fail if there was a chance of success.
Task-number: QTCREATORBUG-2563 Reviewed-by: Kai Koehne
This commit is contained in:
@@ -51,7 +51,7 @@ static inline QStringList validBinaryFilenames()
|
||||
<< QLatin1String("QMLObserver.app/Contents/MacOS/QMLObserver");
|
||||
}
|
||||
|
||||
bool QmlObserverTool::canBuild(QtVersion *qtVersion)
|
||||
bool QmlObserverTool::canBuild(const QtVersion *qtVersion)
|
||||
{
|
||||
return checkMinimumQtVersion(qtVersion->qtVersionString(), 4, 7, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user