Skip to content
Snippets Groups Projects
Commit b3f0f33b authored by Roberto Raggi's avatar Roberto Raggi
Browse files

oops! fixed a typo

parent 20e36cc3
No related merge requests found
...@@ -111,7 +111,7 @@ public: ...@@ -111,7 +111,7 @@ public:
} }
if (variadics) if (variadics)
text += QLatin1String("..."); text += QLatin1String("...");
text += QLatin1Char(' '); text += QLatin1Char(')');
} }
text += QLatin1Char(' '); text += QLatin1Char(' ');
text += QString::fromUtf8(definition.constData(), definition.size()); text += QString::fromUtf8(definition.constData(), definition.size());
......
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