mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
add message flags initialisation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2200 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e6595f767c
commit
ef8cf1d8a6
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ void CreateForumMsg::createMsg()
|
|||
|
||||
msgInfo.title = name.toStdWString();
|
||||
msgInfo.msg = desc.toStdWString();
|
||||
msgInfo.msgflags = 0;
|
||||
|
||||
if (ui.signBox->isChecked())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue