summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-21 17:21:44 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-21 17:21:44 +0300
commit74ff9055829be0ab5828f400a87e61c54f433289 (patch)
tree65ccec5c7693e67a72df151527e10746409f25ed /include
parentSave read receipts (diff)
downloadnheko-74ff9055829be0ab5828f400a87e61c54f433289.tar.xz
Clean up Top Bar
Diffstat (limited to 'include')
-rw-r--r--include/TopRoomBar.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/TopRoomBar.h b/include/TopRoomBar.h

index 0df31ee8..12fd0645 100644 --- a/include/TopRoomBar.h +++ b/include/TopRoomBar.h
@@ -31,7 +31,6 @@ class FlatButton; class Label; class Menu; class OverlayModal; -class RoomSettings; class TopRoomBar : public QWidget { @@ -47,7 +46,6 @@ public: void updateRoomName(const QString &name); void updateRoomTopic(QString topic); void updateRoomAvatarFromName(const QString &name); - void setRoomSettings(QSharedPointer<RoomSettings> settings); void reset(); @@ -68,10 +66,7 @@ private: QLabel *nameLabel_; Label *topicLabel_; - QSharedPointer<RoomSettings> roomSettings_; - QMenu *menu_; - QAction *toggleNotifications_; QAction *leaveRoom_; QAction *inviteUsers_;