mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
Added ServicePermissions Settings page.
This just presents dummy data at the moment. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7172 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a621dcc4d1
commit
740de02489
5 changed files with 364 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
#include "MessagePage.h"
|
||||
//#include "ForumPage.h"
|
||||
#include "PluginsPage.h"
|
||||
#include "ServicePermissionsPage.h"
|
||||
#include "rsharesettings.h"
|
||||
#include "gui/notifyqt.h"
|
||||
#include "gui/common/FloatingHelpBrowser.h"
|
||||
|
@ -135,6 +136,7 @@ RSettingsWin::initStackedWidget()
|
|||
addPage(new ChatPage());
|
||||
addPage(new AppearancePage());
|
||||
addPage(new SoundPage() );
|
||||
addPage(new ServicePermissionsPage() );
|
||||
|
||||
// add widgets from plugins
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue