mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
- Added settings page for Posted.
- Added new base class for GroupFrame settings for settings pages. - Moved usage of GroupFrame settings (forum, channel and posted) to base class. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7468 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0bcc8697ef
commit
42e579a294
22 changed files with 377 additions and 122 deletions
|
@ -38,6 +38,7 @@
|
|||
#include "ChannelPage.h"
|
||||
#include "MessagePage.h"
|
||||
#include "ForumPage.h"
|
||||
#include "PostedPage.h"
|
||||
#include "PluginsPage.h"
|
||||
#include "ServicePermissionsPage.h"
|
||||
#include "rsharesettings.h"
|
||||
|
@ -143,6 +144,7 @@ RSettingsWin::initStackedWidget()
|
|||
addPage(new MessagePage());
|
||||
addPage(new ChannelPage());
|
||||
addPage(new ForumPage());
|
||||
addPage(new PostedPage());
|
||||
addPage(new ChatPage());
|
||||
addPage(new AppearancePage());
|
||||
addPage(new SoundPage() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue