forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/12.0'
Conflicts: src/plugins/clangcodemodel/clangdfollowsymbol.cpp src/plugins/debugger/debuggerruncontrol.cpp src/plugins/projectexplorer/miniprojecttargetselector.cpp Change-Id: I45b7fee1a1d784c44f2139fb1ede69190d23d6fd
This commit is contained in:
@@ -1979,6 +1979,8 @@ QAction *BoolAspect::action()
|
||||
connect(act, &QAction::triggered, this, [this](bool newValue) {
|
||||
setValue(newValue);
|
||||
});
|
||||
connect(this, &BoolAspect::changed, act, [act, this] { act->setChecked(m_internal); });
|
||||
|
||||
return act;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user