forked from qt-creator/qt-creator
Fixed prettyprint of template types.
This commit is contained in:
@@ -382,6 +382,7 @@ bool FunctionArgumentWidget::eventFilter(QObject *obj, QEvent *e)
|
||||
void FunctionArgumentWidget::updateHintText()
|
||||
{
|
||||
Overview overview;
|
||||
overview.setRichText(true);
|
||||
overview.setShowReturnTypes(true);
|
||||
overview.setShowArgumentNames(true);
|
||||
overview.setMarkArgument(m_currentarg + 1);
|
||||
|
||||
Reference in New Issue
Block a user