Ability to change room avatar.

This commit is contained in:
Black Hat
2019-07-02 22:00:43 +08:00
parent a8cc5f4861
commit e561265e5c
6 changed files with 47 additions and 2 deletions

View File

@@ -305,6 +305,7 @@ class SpectralRoom : public Room {
QString eventId,
QString replyContent,
QString sendContent);
void changeAvatar(QUrl localFile);
};
#endif // SpectralRoom_H