forked from qt-creator/qt-creator
Valgrind: Use FilePathAspect for main executable
Change-Id: I0bdb625b47d0f39b577684b6f407b9e8a6086d1f Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -207,7 +207,6 @@ ValgrindBaseSettings::ValgrindBaseSettings(bool global)
|
||||
registerAspect(&valgrindExecutable);
|
||||
valgrindExecutable.setSettingsKey(base + "ValgrindExecutable");
|
||||
valgrindExecutable.setDefaultValue("valgrind");
|
||||
valgrindExecutable.setDisplayStyle(StringAspect::PathChooserDisplay);
|
||||
valgrindExecutable.setExpectedKind(PathChooser::Command);
|
||||
valgrindExecutable.setHistoryCompleter("Valgrind.Command.History");
|
||||
valgrindExecutable.setDisplayName(Tr::tr("Valgrind Command"));
|
||||
|
||||
Reference in New Issue
Block a user