mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 09:11:06 -04:00
Changed window CreateForumMsg from QMainWindow to QDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5659 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b67f9f88fe
commit
091cab4d10
4 changed files with 108 additions and 153 deletions
|
@ -1474,7 +1474,6 @@ void ForumsDialog::createthread()
|
|||
}
|
||||
|
||||
CreateForumMsg *cfm = new CreateForumMsg(mCurrForumId, "");
|
||||
cfm->setWindowTitle(tr("Start New Thread"));
|
||||
cfm->show();
|
||||
|
||||
/* window will destroy itself! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue