forked from qt-creator/qt-creator
Vcs: Use new FilePathAspect in a few places
Change-Id: Idc23616dd3b7bc21301471cb48e2893116b83f0d Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -871,7 +871,7 @@ bool BazaarPluginPrivate::managesFile(const FilePath &workingDirectory, const QS
|
||||
|
||||
bool BazaarPluginPrivate::isConfigured() const
|
||||
{
|
||||
const FilePath binary = settings().binaryPath.filePath();
|
||||
const FilePath binary = settings().binaryPath();
|
||||
return !binary.isEmpty() && binary.isExecutableFile();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user