forked from qt-creator/qt-creator
Utils: Change individual TriStateAspect display strings individually
Seems to be the more common case. Change-Id: Iff6b236983e37ebe74845a9013bac4a2b659edbb Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -168,7 +168,7 @@ GdbSettings::GdbSettings()
|
||||
|
||||
useDebugInfoD.setSettingsKey("UseDebugInfoD");
|
||||
useDebugInfoD.setLabelText(Tr::tr("Use debug info daemon"));
|
||||
useDebugInfoD.setOptionTexts({}, {}, tr("Use system settings"));
|
||||
useDebugInfoD.setOptionText(TriState::DefaultValue, tr("Use system settings"));
|
||||
useDebugInfoD.setToolTip(Tr::tr("Lets GDB attempt to automatically retrieve "
|
||||
"debug information for system packages."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user