diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-28 23:25:57 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-28 23:25:57 +0200 |
commit | 03d30a2abc6a2c9c9e1eaecc5a611b70e3041066 (patch) | |
tree | 341669d68e86a79cc9604542d248ad12ce7f1a2c /src/MainWindow.h | |
parent | Move currentRoom/timeline handling to roomlist (diff) | |
download | nheko-03d30a2abc6a2c9c9e1eaecc5a611b70e3041066.tar.xz |
Delete old room list
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 4 |
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); |