move titleRefreshPeriod out of the TwitchChannel class

this fixes a "use of uninitialized variable" error
This commit is contained in:
Rasmus Karlsson
2019-12-16 08:55:38 +01:00
parent ba685b291f
commit 11442bba20
2 changed files with 3 additions and 4 deletions
-2
View File
@@ -169,8 +169,6 @@ private:
QTimer chattersListTimer_;
QTime titleRefreshedTime_;
const int titleRefreshPeriod_ = 10;
friend class TwitchIrcServer;
friend class TwitchMessageBuilder;
friend class IrcMessageHandler;