move titleRefreshPeriod out of the TwitchChannel class
this fixes a "use of uninitialized variable" error
This commit is contained in:
@@ -169,8 +169,6 @@ private:
|
||||
QTimer chattersListTimer_;
|
||||
QTime titleRefreshedTime_;
|
||||
|
||||
const int titleRefreshPeriod_ = 10;
|
||||
|
||||
friend class TwitchIrcServer;
|
||||
friend class TwitchMessageBuilder;
|
||||
friend class IrcMessageHandler;
|
||||
|
||||
Reference in New Issue
Block a user