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:
@@ -34,7 +34,6 @@ MercurialSettings::MercurialSettings()
|
||||
setAutoApply(false);
|
||||
|
||||
registerAspect(&binaryPath);
|
||||
binaryPath.setDisplayStyle(StringAspect::PathChooserDisplay);
|
||||
binaryPath.setExpectedKind(PathChooser::ExistingCommand);
|
||||
binaryPath.setDefaultValue(Constants::MERCURIALDEFAULT);
|
||||
binaryPath.setDisplayName(Tr::tr("Mercurial Command"));
|
||||
|
||||
Reference in New Issue
Block a user