mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-20 05:14:25 -05: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
@ -142,6 +142,7 @@ void CreateForumMsg::createMsg()
|
|||||||
|
|
||||||
msgInfo.title = name.toStdWString();
|
msgInfo.title = name.toStdWString();
|
||||||
msgInfo.msg = desc.toStdWString();
|
msgInfo.msg = desc.toStdWString();
|
||||||
|
msgInfo.msgflags = 0;
|
||||||
|
|
||||||
if (ui.signBox->isChecked())
|
if (ui.signBox->isChecked())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user