forked from qt-creator/qt-creator
oops! fixed a typo
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
}
|
||||
if (variadics)
|
||||
text += QLatin1String("...");
|
||||
text += QLatin1Char(' ');
|
||||
text += QLatin1Char(')');
|
||||
}
|
||||
text += QLatin1Char(' ');
|
||||
text += QString::fromUtf8(definition.constData(), definition.size());
|
||||
|
||||
Reference in New Issue
Block a user