Skip to content
Snippets Groups Projects
Commit 115960be authored by Nikolai Kosjar's avatar Nikolai Kosjar
Browse files

Revert "Clang: Fix displaying template parameters"


Breaks for the built-in code model.

This reverts commit 69cf6b53.

Change-Id: I7d03f38e2b0bcf75f1d23d50fd323e24fd364f0d
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@theqtcompany.com>
parent 58bec402
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ bool FunctionHintProposalWidget::updateAndCheck(const QString &prefix)
void FunctionHintProposalWidget::updateContent()
{
d->m_hintLabel->setText(d->m_model->text(d->m_currentHint).toHtmlEscaped());
d->m_hintLabel->setText(d->m_model->text(d->m_currentHint));
d->m_numberLabel->setText(tr("%1 of %2").arg(d->m_currentHint + 1).arg(d->m_totalHints));
updatePosition();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment