We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c99c07 commit 2fdd9f6Copy full SHA for 2fdd9f6
src/classdef.cpp
@@ -3020,7 +3020,7 @@ void ClassDefImpl::writeMemberList(OutputList &ol) const
3020
md->anchor(),name);
3021
3022
if ( md->isFunction() || md->isSignal() || md->isSlot() ||
3023
- (md->isFriend() && md->argsString().isEmpty()))
+ (md->isFriend() && !md->argsString().isEmpty()))
3024
ol.docify(md->argsString());
3025
else if (md->isEnumerate())
3026
ol.parseText(" "+theTranslator->trEnumName());
0 commit comments