ClangCodeModel: Fix capitalization of menu item

Amends d0203a39fa

Change-Id: Ie7d63927907027dfddc579f66e6e9b1c51a10bd9
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Eike Ziller
2023-11-13 14:22:14 +01:00
parent bb27b3b02a
commit e3856289fe

View File

@@ -84,8 +84,8 @@ void ClangCodeModelPlugin::initialize()
CppEditor::CppModelManager::activateClangCodeModel(std::make_unique<ClangModelManagerSupport>()); CppEditor::CppModelManager::activateClangCodeModel(std::make_unique<ClangModelManagerSupport>());
createCompilationDBAction(); createCompilationDBAction();
QAction * const updateStaleIndexEntries QAction *const updateStaleIndexEntries
= new QAction(Tr::tr("Update potentially stale clangd index entries"), this); = new QAction(Tr::tr("Update Potentially Stale Clangd Index Entries"), this);
Command * const cmd = ActionManager::registerAction(updateStaleIndexEntries, Command * const cmd = ActionManager::registerAction(updateStaleIndexEntries,
"ClangCodeModel.UpdateStaleIndexEntries"); "ClangCodeModel.UpdateStaleIndexEntries");
connect(updateStaleIndexEntries, &QAction::triggered, this, connect(updateStaleIndexEntries, &QAction::triggered, this,