mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
Fix Warnings: this ‘if’ clause does not guard...
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if(!mPosterId.isNull()) ^~
This commit is contained in:
parent
f352939154
commit
5022ef00d4
@ -278,10 +278,10 @@ void CreateGxsForumMsg::loadFormInformation()
|
|||||||
uint32_t fl = IDCHOOSER_ID_REQUIRED ;
|
uint32_t fl = IDCHOOSER_ID_REQUIRED ;
|
||||||
|
|
||||||
if( (mForumMeta.mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) || (mForumMeta.mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN))
|
if( (mForumMeta.mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG) || (mForumMeta.mSignFlags & GXS_SERV::FLAG_AUTHOR_AUTHENTICATION_GPG_KNOWN))
|
||||||
fl |= IDCHOOSER_NON_ANONYMOUS ;
|
fl |= IDCHOOSER_NON_ANONYMOUS;
|
||||||
|
|
||||||
if(!mPosterId.isNull())
|
if(!mPosterId.isNull())
|
||||||
fl |= IDCHOOSER_NO_CREATE;
|
fl |= IDCHOOSER_NO_CREATE;
|
||||||
|
|
||||||
ui.idChooser->setFlags(fl) ;
|
ui.idChooser->setFlags(fl) ;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user