mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
Added empty Blog Dialog to Unfinished!
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@519 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
98eabbabe0
commit
e42a4cf463
5 changed files with 1174 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
#include "PhotoDialog.h"
|
||||
#include "ForumsDialog.h"
|
||||
#include "channels/channelsDialog.h"
|
||||
#include "BlogDialog.h"
|
||||
|
||||
/* for smplayer */
|
||||
#include "smplayer.h"
|
||||
|
@ -114,6 +115,11 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
|
|||
ui.stackPages->add(photoDialog = new PhotoDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_PHOTO), tr("Photo View"), grp));
|
||||
|
||||
BlogDialog *blogDialog = NULL;
|
||||
ui.stackPages->add(blogDialog = new BlogDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_NETWORK), tr("Blog Feed"), grp));
|
||||
|
||||
|
||||
|
||||
//ui.stackPages->add(groupsDialog = new GroupsDialog(ui.stackPages),
|
||||
// createPageAction(QIcon(), tr("Groups"), grp));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue