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:
Eike Ziller
2023-12-06 16:50:15 +01:00
31 changed files with 330 additions and 120 deletions

View File

@@ -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;
}