This commit is contained in:
fourtf
2018-01-05 01:31:01 +01:00
parent 2b88250761
commit 43568556be
4 changed files with 27 additions and 8 deletions
+3
View File
@@ -30,6 +30,8 @@ public:
const QString &getId() const;
bool getCollapsedDefault() const;
void setCollapsedDefault(bool value);
bool getDisableCompactEmotes() const;
void setDisableCompactEmotes(bool value);
QString loginName;
QString displayName;
@@ -62,6 +64,7 @@ private:
bool disabled = false;
bool collapsedDefault = false;
bool disableCompactEmotes = false;
std::chrono::time_point<std::chrono::system_clock> parseTime;