Cleaned some stuff up and did some things

This commit is contained in:
apa420
2018-08-12 21:05:12 +02:00
parent 320558ee63
commit 93bbe33664
6 changed files with 13 additions and 47 deletions
-4
View File
@@ -118,8 +118,6 @@ private:
void loadRecentMessages();
Outcome parseRecentMessages(const QJsonObject &jsonRoot);
bool toastIsEnabled();
void setLive(bool newLiveStatus);
void loadBadges();
@@ -155,8 +153,6 @@ private:
QTimer liveStatusTimer_;
QTimer chattersListTimer_;
std::vector<QString> liveChannels;
friend class TwitchServer;
};