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:
csoler 2019-06-15 13:54:34 +02:00
parent ee9c240fb0
commit c72b49c296
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
7 changed files with 136 additions and 16 deletions

View file

@ -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);