summary refs log tree commit diff
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-09 16:03:14 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-09 16:03:14 +0300
commitb89257a34b2a98b737f4ae544f7e436b9000b240 (patch)
tree81d7f355721541afbd91dc9a085abbb4666f3565 /include/MainWindow.h
parentInstall missing dependencies in travis-ci/appveyor (diff)
downloadnheko-b89257a34b2a98b737f4ae544f7e436b9000b240.tar.xz
Migrate to mtxclient for the http calls
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r--include/MainWindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h

index 0fbc7567..f0fa9a08 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h
@@ -59,6 +59,7 @@ class MainWindow : public QMainWindow public: explicit MainWindow(QWidget *parent = 0); + ~MainWindow(); static MainWindow *instance() { return instance_; }; void saveCurrentWindowSize(); @@ -96,7 +97,7 @@ private slots: void showUserSettingsPage() { pageStack_->setCurrentWidget(userSettingsPage_); } //! Show the chat page and start communicating with the given access token. - void showChatPage(QString user_id, QString home_server, QString token); + void showChatPage(); void showOverlayProgressBar(); void removeOverlayProgressBar();