summary refs log tree commit diff
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-30 17:05:05 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-30 17:05:05 +0300
commit41a85832b3a2d6ebed0b638027999afcc2f72582 (patch)
tree925266558c64f4a9b8d29d9f5e75b39a52ba650e /include/MainWindow.h
parentRefactor the welcome page (diff)
downloadnheko-41a85832b3a2d6ebed0b638027999afcc2f72582.tar.xz
Remove unnecessary animations
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r--include/MainWindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h

index de535d35..85cd5a70 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h
@@ -26,7 +26,6 @@ #include "MatrixClient.h" #include "OverlayModal.h" #include "RegisterPage.h" -#include "SlidingStackWidget.h" #include "TrayIcon.h" #include "WelcomePage.h" @@ -78,7 +77,7 @@ private: RegisterPage *register_page_; // A stacked widget that handles the transitions between widgets. - SlidingStackWidget *sliding_stack_; + QStackedWidget *pageStack_; // The main chat area. ChatPage *chat_page_;