added emojis to the emote popup

This commit is contained in:
fourtf
2017-12-19 03:18:00 +01:00
parent 14e80d5012
commit 6f0620ead6
3 changed files with 43 additions and 9 deletions
+3 -1
View File
@@ -13,9 +13,11 @@ public:
explicit EmotePopup(ColorScheme &);
void loadChannel(std::shared_ptr<Channel> channel);
void loadEmojis();
private:
ChannelView *view;
ChannelView *viewEmotes;
ChannelView *viewEmojis;
};
} // namespace widgets