mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -05:00
Fix Some gcc warnings 383 to 208 lines
Left explicit #warning and deprecated. Some lines are wrong indented and produce mal formed code.
This commit is contained in:
parent
74aa55e347
commit
674b6de381
63 changed files with 379 additions and 346 deletions
|
|
@ -85,12 +85,12 @@ void MsgItem::updateItemStatic()
|
|||
if (!rsMail->getMessage(mMsgId, mi))
|
||||
return;
|
||||
|
||||
/* get peer Id */
|
||||
/* get peer Id */
|
||||
|
||||
if(mi.msgflags & RS_MSG_SIGNED)
|
||||
avatar->setGxsId(mi.rsgxsid_srcId);
|
||||
else
|
||||
avatar->setId(ChatId(mi.rspeerid_srcId));
|
||||
if (mi.msgflags & RS_MSG_SIGNED)
|
||||
avatar->setGxsId(mi.rsgxsid_srcId) ;
|
||||
else
|
||||
avatar->setId(ChatId(mi.rspeerid_srcId)) ;
|
||||
|
||||
QString title;
|
||||
QString srcName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue