mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
* Added new Forums GUI to Unfinished Applications.
* added rsforums.h interface file. * at exit() we now call rsGlobalShutDown() to stop Upnp properly. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@494 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
94371600be
commit
9c015a22c2
8 changed files with 1912 additions and 13 deletions
|
@ -44,6 +44,7 @@
|
|||
#include "GamesDialog.h"
|
||||
#include "NetworkView.h"
|
||||
#include "PhotoDialog.h"
|
||||
#include "ForumsDialog.h"
|
||||
#include "channels/channelsDialog.h"
|
||||
|
||||
/* for smplayer */
|
||||
|
@ -105,9 +106,9 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
|
|||
ui.stackPages->add(gamesDialog = new GamesDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_GAMES), tr("Games Launcher"), grp));
|
||||
|
||||
//NetworkView *networkView = NULL;
|
||||
//ui.stackPages->add(networkView = new NetworkView(ui.stackPages),
|
||||
// createPageAction(QIcon(IMAGE_NETWORK), tr("Network View"), grp));
|
||||
ForumsDialog *forumsDialog = NULL;
|
||||
ui.stackPages->add(forumsDialog = new ForumsDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_NETWORK), tr("Forums"), grp));
|
||||
|
||||
PhotoDialog *photoDialog = NULL;
|
||||
ui.stackPages->add(photoDialog = new PhotoDialog(ui.stackPages),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue