forked from qt-creator/qt-creator
Cmake: Remove redundant qualification
Confuses lupdate... See QTBUG-55480. Change-Id: I09061af2052a269fa519fc6521939f234b7292d7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
99604c369f
commit
cb5c03ea41
@@ -35,17 +35,17 @@ namespace Internal {
|
||||
|
||||
CMakeSnippetProvider::~CMakeSnippetProvider() = default;
|
||||
|
||||
QString CMakeProjectManager::Internal::CMakeSnippetProvider::groupId() const
|
||||
QString CMakeSnippetProvider::groupId() const
|
||||
{
|
||||
return QLatin1String(Constants::CMAKE_SNIPPETS_GROUP_ID);
|
||||
}
|
||||
|
||||
QString CMakeProjectManager::Internal::CMakeSnippetProvider::displayName() const
|
||||
QString CMakeSnippetProvider::displayName() const
|
||||
{
|
||||
return tr("CMake");
|
||||
}
|
||||
|
||||
void CMakeProjectManager::Internal::CMakeSnippetProvider::decorateEditor(TextEditor::SnippetEditorWidget *editor) const
|
||||
void CMakeSnippetProvider::decorateEditor(TextEditor::SnippetEditorWidget *editor) const
|
||||
{
|
||||
Q_UNUSED(editor);
|
||||
// What needs to go here?
|
||||
|
||||
Reference in New Issue
Block a user