oops! fixed a typo

This commit is contained in:
Roberto Raggi
2008-12-09 15:42:48 +01:00
parent 20e36cc364
commit b3f0f33b39

View File

@@ -111,7 +111,7 @@ public:
}
if (variadics)
text += QLatin1String("...");
text += QLatin1Char(' ');
text += QLatin1Char(')');
}
text += QLatin1Char(' ');
text += QString::fromUtf8(definition.constData(), definition.size());