forked from qt-creator/qt-creator
Debugger: Avoid now unusual external trigger of readSettings()
Change-Id: I5a3c9f07e7b07184916b5ca3b95a8966c62193eb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -368,10 +368,7 @@ DebuggerSettings::DebuggerSettings() :
|
||||
if (auto boolAspect = dynamic_cast<BoolAspect *>(aspect))
|
||||
boolAspect->setLabelPlacement(BoolAspect::LabelPlacement::AtCheckBox);
|
||||
});
|
||||
}
|
||||
|
||||
void DebuggerSettings::readSettings()
|
||||
{
|
||||
all.readSettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user