Clean up Top Bar
This commit is contained in:
parent
4a2f1af090
commit
74ff905582
2 changed files with 0 additions and 25 deletions
|
|
@ -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_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue