changed some filenames and stuff like that

This commit is contained in:
fourtf
2017-09-16 16:20:10 +02:00
parent c7b3480aaf
commit a4995201f5
18 changed files with 46 additions and 41 deletions
+4 -2
View File
@@ -1,4 +1,4 @@
#include "emotepopup.h"
#include "emotepopup.hpp"
#include <QHBoxLayout>
@@ -64,7 +64,9 @@ void EmotePopup::loadChannel(std::shared_ptr<Channel> _channel)
addEmotes(*channel->ffzChannelEmotes.get(), "FrankerFaceZ Channel Emotes",
"FrankerFaceZ Channel Emote");
view->setChannel(emoteChannel);
// addEmotes(this->emoteManager.getEmojis(), "Emojis", "Emoji");
this->view->setChannel(emoteChannel);
}
}
}