forked from qt-creator/qt-creator
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user