forked from qt-creator/qt-creator
Use path chooser for selection local debug symbol files
Change-Id: I7aa3f58389ea3608cc09b1e2cf2d167c463e6c6c Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -44,7 +44,6 @@ public:
|
||||
|
||||
symbolFile.setSettingsKey("QdbRunConfig.LocalExecutable");
|
||||
symbolFile.setLabelText(Tr::tr("Executable on host:"));
|
||||
symbolFile.setDisplayStyle(SymbolFileAspect::LabelDisplay);
|
||||
|
||||
environment.setDeviceSelector(target, EnvironmentAspect::RunDevice);
|
||||
|
||||
|
@@ -36,7 +36,6 @@ public:
|
||||
executable.setHistoryCompleter("RemoteLinux.AlternateExecutable.History");
|
||||
|
||||
symbolFile.setLabelText(Tr::tr("Executable on host:"));
|
||||
symbolFile.setDisplayStyle(SymbolFileAspect::LabelDisplay);
|
||||
|
||||
environment.setDeviceSelector(target, EnvironmentAspect::RunDevice);
|
||||
|
||||
|
@@ -52,7 +52,6 @@ RemoteLinuxRunConfiguration::RemoteLinuxRunConfiguration(Target *target, Id id)
|
||||
executable.setHistoryCompleter("RemoteLinux.AlternateExecutable.History");
|
||||
|
||||
symbolFile.setLabelText(Tr::tr("Executable on host:"));
|
||||
symbolFile.setDisplayStyle(SymbolFileAspect::LabelDisplay);
|
||||
|
||||
arguments.setMacroExpander(macroExpander());
|
||||
|
||||
|
Reference in New Issue
Block a user