Commit bcd3fbf5 authored by Mattias Ellert's avatar Mattias Ellert

Fix for the second issue in bz 651848

parent f854e1d9
......@@ -1674,7 +1674,10 @@ void MemberDef::writeDeclaration(OutputList &ol,
d, // scope
getBodyDef(), // fileScope
this, // self
argsString(), // text
isDefine() ?
QString(argsString()).replace(QRegExp(","),
QString(", ")).data() :
argsString(), // text
m_impl->annMemb, // autoBreak
TRUE, // external
FALSE, // keepSpaces
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment