Move emojis to its own class

This commit is contained in:
Rasmus Karlsson
2018-06-05 18:53:49 +02:00
committed by fourtf
parent 8e70f02e3b
commit e09e0a5ab4
10 changed files with 249 additions and 250 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void EmotePopup::loadChannel(ChannelPtr _channel)
void EmotePopup::loadEmojis()
{
auto &emojis = getApp()->emotes->getEmojis();
auto &emojis = getApp()->emotes->emojis.emojis;
ChannelPtr emojiChannel(new Channel("", Channel::None));