Add system messages upon connecting/disconnecting

This commit is contained in:
Rasmus Karlsson
2017-12-16 18:11:36 +01:00
parent 3cc19bd4ce
commit 87203c1120
6 changed files with 70 additions and 0 deletions
+2
View File
@@ -33,6 +33,8 @@ public:
const QString text;
bool centered = false;
static Message *createSystemMessage(const QString &text);
private:
static LazyLoadedImage *badgeStaff;
static LazyLoadedImage *badgeAdmin;