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:
@@ -715,7 +715,7 @@ bool MercurialPluginPrivate::managesFile(const FilePath &workingDirectory, const
|
||||
|
||||
bool MercurialPluginPrivate::isConfigured() const
|
||||
{
|
||||
const FilePath binary = settings().binaryPath.filePath();
|
||||
const FilePath binary = settings().binaryPath();
|
||||
if (binary.isEmpty())
|
||||
return false;
|
||||
QFileInfo fi = binary.toFileInfo();
|
||||
|
||||
Reference in New Issue
Block a user