mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Added Posted Dialog back into GUI.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7395 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8d721c7a95
commit
095995f3e3
2 changed files with 10 additions and 3 deletions
|
@ -412,9 +412,9 @@ void MainWindow::initStackedPage()
|
|||
//notify.push_back(QPair<MainPage*, QAction*>(gxsforumDialog, action));
|
||||
addPage(gxsforumDialog = new GxsForumsDialog(ui->stackPages), grp, ¬ify);
|
||||
|
||||
//PostedDialog *postedDialog = NULL;
|
||||
//addPage(postedDialog = new PostedDialog(ui->stackPages), grp, ¬ify);
|
||||
//postedDialog->setup();
|
||||
PostedDialog *postedDialog = NULL;
|
||||
addPage(postedDialog = new PostedDialog(ui->stackPages), grp, ¬ify);
|
||||
postedDialog->setup();
|
||||
|
||||
WikiDialog *wikiDialog = NULL;
|
||||
addPage(wikiDialog = new WikiDialog(ui->stackPages), grp, ¬ify);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue