added channel bttv and ffz emotes

This commit is contained in:
fourtf
2017-01-26 18:22:04 +01:00
parent 49f3a41b7e
commit 50df4966a8
5 changed files with 20 additions and 142 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ public:
return bttvChannelEmoteFromCaches;
}
static ConcurrentMap<QString, messages::LazyLoadedImage *> &
static ConcurrentMap<int, messages::LazyLoadedImage *> &
getFfzChannelEmoteFromCaches()
{
return ffzChannelEmoteFromCaches;
@@ -93,7 +93,7 @@ private:
static ConcurrentMap<QString, messages::LazyLoadedImage *> chatterinoEmotes;
static ConcurrentMap<QString, messages::LazyLoadedImage *>
bttvChannelEmoteFromCaches;
static ConcurrentMap<QString, messages::LazyLoadedImage *>
static ConcurrentMap<int, messages::LazyLoadedImage *>
ffzChannelEmoteFromCaches;
static ConcurrentMap<long, messages::LazyLoadedImage *>
twitchEmoteFromCache;