Merge remote-tracking branch 'origin/9.0'

Conflicts:
	cmake/QtCreatorIDEBranding.cmake
	qbs/modules/qtc/qtc.qbs
	qtcreator_ide_branding.pri
	src/plugins/clangcodemodel/clangdcompletion.cpp

Change-Id: Iaa92bf057d7696d2da10802ff95e80863f3235d8
This commit is contained in:
Eike Ziller
2022-11-14 15:26:20 +01:00
50 changed files with 1629 additions and 1519 deletions

View File

@@ -273,7 +273,7 @@ void GeneralSettings::setShowShortcutsInContextMenu(bool show)
ICore::settings()->setValueWithDefault(settingsKeyShortcutsInContextMenu,
show,
m_defaultShowShortcutsInContextMenu);
QGuiApplication::styleHints()->setShowShortcutsInContextMenus(show);
QCoreApplication::setAttribute(Qt::AA_DontShowShortcutsInContextMenus, !show);
}
GeneralSettings::GeneralSettings()