add debug binding ALT+Q to add test messages to current chatwidget

(every second)
This commit is contained in:
Rasmus Karlsson
2017-09-17 04:36:48 +02:00
parent 51e5d198fb
commit 38d118c5dc
4 changed files with 98 additions and 5 deletions
+4 -1
View File
@@ -49,20 +49,23 @@ public:
pajlada::Signals::Signal<Communi::IrcPrivateMessage *> onPrivateMessage;
private:
ChannelManager &channelManager;
Resources &resources;
EmoteManager &emoteManager;
WindowManager &windowManager;
private:
// variables
twitch::TwitchUser _account;
pajlada::Settings::Setting<std::string> currentUser;
std::shared_ptr<Communi::IrcConnection> writeConnection = nullptr;
public:
std::shared_ptr<Communi::IrcConnection> readConnection = nullptr;
private:
std::mutex connectionMutex;
uint32_t connectionGeneration = 0;