summary refs log tree commit diff
path: root/include/Splitter.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-04 00:05:05 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-04 00:05:05 +0300
commit6c5309d9eb006bd7d9505f217798964803531b58 (patch)
tree53c8620b32bf005191414b7398a33082e5965f6d /include/Splitter.h
parentAdd build target for doxygen (diff)
downloadnheko-6c5309d9eb006bd7d9505f217798964803531b58.tar.xz
Fix regressions regarding UI resizing
The room list would be hidden only through window resizing.
Diffstat (limited to 'include/Splitter.h')
-rw-r--r--include/Splitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Splitter.h b/include/Splitter.h

index d4c34430..99e02eed 100644 --- a/include/Splitter.h +++ b/include/Splitter.h
@@ -29,8 +29,8 @@ public: void restoreSizes(int fallback); public slots: - void showSidebar(); void hideSidebar(); + void showFullRoomList(); void showChatView(); signals: