forked from qt-creator/qt-creator
Use the std keyword icon for doxygen tags.
This commit is contained in:
@@ -470,6 +470,7 @@ int CppCodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
|
|||||||
for (int i = 1; i < T_DOXY_LAST_TAG; ++i) {
|
for (int i = 1; i < T_DOXY_LAST_TAG; ++i) {
|
||||||
TextEditor::CompletionItem item(this);
|
TextEditor::CompletionItem item(this);
|
||||||
item.m_text.append(QString::fromLatin1(doxygenTagSpell(i)));
|
item.m_text.append(QString::fromLatin1(doxygenTagSpell(i)));
|
||||||
|
item.m_icon = m_icons.keywordIcon();
|
||||||
m_completions.append(item);
|
m_completions.append(item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user