joining groups on opening them, leaving on closing

This commit is contained in:
Blue 2019-08-29 17:19:35 +03:00
parent 023494de0b
commit a51907b810
14 changed files with 84 additions and 16 deletions

View file

@ -32,6 +32,8 @@ public:
Room(Models::Room* p_room, QWidget* parent = 0);
~Room();
bool autoJoined() const;
protected:
void handleSendMessage(const QString & text) override;