Add function for getting a Twitch Channel from a server by its ID

This commit is contained in:
Rasmus Karlsson
2018-04-22 15:36:01 +02:00
parent 3dad7e778a
commit d62e45d9dd
2 changed files with 27 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ public:
// fourtf: ugh
void forEachChannelAndSpecialChannels(std::function<void(ChannelPtr)> func);
std::shared_ptr<Channel> getChannelOrEmptyByID(const QString &channelID);
const ChannelPtr whispersChannel;
const ChannelPtr mentionsChannel;
IndirectChannel watchingChannel;