mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
automaticall save/restore subscribed chat rooms. The advantage is that auto-subscribed is not needed anymore and chat rooms will survive automatically
This commit is contained in:
parent
ee9c240fb0
commit
c72b49c296
7 changed files with 136 additions and 16 deletions
|
@ -172,6 +172,16 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
|
|||
ui = new Ui::MainWindow;
|
||||
trayIcon = NULL;
|
||||
|
||||
friendsDialog=NULL;
|
||||
idDialog=NULL;
|
||||
chatLobbyDialog=NULL;
|
||||
settingsDialog=NULL;
|
||||
transfersDialog=NULL;
|
||||
messagesDialog=NULL;
|
||||
gxschannelDialog=NULL;
|
||||
gxsforumDialog=NULL;
|
||||
postedDialog=NULL;
|
||||
|
||||
/* Invoke the Qt Designer generated QObject setup routine */
|
||||
ui->setupUi(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue