mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
added people settings page, removed debug output
This commit is contained in:
parent
9d9b790a3e
commit
5bbaa1e8e5
7 changed files with 204 additions and 7 deletions
|
@ -36,6 +36,7 @@
|
|||
#include "RelayPage.h"
|
||||
#include "ChatPage.h"
|
||||
#include "ChannelPage.h"
|
||||
#include "PeoplePage.h"
|
||||
#include "MessagePage.h"
|
||||
#include "ForumPage.h"
|
||||
#include "PostedPage.h"
|
||||
|
@ -142,6 +143,7 @@ RSettingsWin::initStackedWidget()
|
|||
addPage(new PluginsPage() );
|
||||
addPage(new NotifyPage());
|
||||
addPage(new CryptoPage());
|
||||
addPage(new PeoplePage());
|
||||
addPage(new ChatPage());
|
||||
addPage(new MessagePage());
|
||||
addPage(new ChannelPage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue