icon and tooltip information in participants, saving bookmarks, subscription and unsubscription, deletion of MUCs

This commit is contained in:
Blue 2019-09-03 23:28:58 +03:00
parent 5547d78608
commit 5f8d38bd9a
19 changed files with 216 additions and 9 deletions

View file

@ -34,6 +34,9 @@ public:
bool autoJoined() const;
protected slots:
void onRoomChanged(Models::Item* item, int row, int col);
protected:
void handleSendMessage(const QString & text) override;