summary refs log tree commit diff
path: root/src/MainWindow.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-05-28 23:25:57 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-28 23:25:57 +0200
commit03d30a2abc6a2c9c9e1eaecc5a611b70e3041066 (patch)
tree341669d68e86a79cc9604542d248ad12ce7f1a2c /src/MainWindow.h
parentMove currentRoom/timeline handling to roomlist (diff)
downloadnheko-03d30a2abc6a2c9c9e1eaecc5a611b70e3041066.tar.xz
Delete old room list
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r--src/MainWindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h
index 69d07e62..3571f079 100644
--- a/src/MainWindow.h
+++ b/src/MainWindow.h
@@ -77,13 +77,9 @@ public:
 
 protected:
         void closeEvent(QCloseEvent *event) override;
-        void resizeEvent(QResizeEvent *event) override;
-        void showEvent(QShowEvent *event) override;
         bool event(QEvent *event) override;
 
 private slots:
-        //! Show or hide the sidebars based on window's size.
-        void adjustSideBars();
         //! Handle interaction with the tray icon.
         void iconActivated(QSystemTrayIcon::ActivationReason reason);