Implement basic ClearChat handling

Fixes #56
This commit is contained in:
Rasmus Karlsson
2017-12-16 19:08:32 +01:00
parent b39034ab74
commit 6d56148ed2
3 changed files with 76 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@ public:
static Message *createSystemMessage(const QString &text);
static Message *createTimeoutMessage(const QString &username, const QString &durationInSeconds,
const QString &reason);
private:
static LazyLoadedImage *badgeStaff;
static LazyLoadedImage *badgeAdmin;