forked from qt-creator/qt-creator
Debugger: Use a FilePathAspect for extra dumpers
Change-Id: Ideb779cc5ef0d679667b635efe8c1a2859c6e608 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -364,7 +364,6 @@ DebuggerSettings::DebuggerSettings()
|
||||
+ "</p></body></html>");
|
||||
|
||||
extraDumperFile.setSettingsKey(debugModeGroup, "ExtraDumperFile");
|
||||
extraDumperFile.setDisplayStyle(StringAspect::PathChooserDisplay);
|
||||
extraDumperFile.setDisplayName(Tr::tr("Extra Debugging Helpers"));
|
||||
// Label text is intentional empty in the GUI.
|
||||
extraDumperFile.setToolTip(Tr::tr("Path to a Python file containing additional data dumpers."));
|
||||
|
||||
Reference in New Issue
Block a user