mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
Check-in of GUI files for the new Channels Module implementation. These files are place holders only.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@278 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9b695977ae
commit
5deaf2658b
22 changed files with 2016 additions and 249 deletions
|
@ -33,7 +33,6 @@
|
|||
#include "SearchDialog.h"
|
||||
#include "TransfersDialog.h"
|
||||
#include "MessagesDialog.h"
|
||||
#include "ChannelsDialog.h"
|
||||
#include "ChatDialog.h"
|
||||
#include "SharedFilesDialog.h"
|
||||
#include "StatisticDialog.h"
|
||||
|
@ -48,6 +47,9 @@
|
|||
|
||||
#include "Preferences/ConfirmQuitDialog.h"
|
||||
|
||||
#include "channels/channelsDialog.h"
|
||||
|
||||
|
||||
#include "ui_MainWindow.h"
|
||||
|
||||
#include "../config/rsharesettings.h"
|
||||
|
@ -88,7 +90,7 @@ public:
|
|||
TransfersDialog *transfersDialog;
|
||||
ChatDialog *chatDialog;
|
||||
MessagesDialog *messagesDialog;
|
||||
ChannelsDialog *channelsDialog;
|
||||
ChannelsDialog *channelsDialog;
|
||||
SharedFilesDialog *sharedfilesDialog;
|
||||
//GroupsDialog *groupsDialog;
|
||||
//StatisticDialog *statisticDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue