modified buttons a bit

This commit is contained in:
fourtf
2017-09-15 17:23:49 +02:00
parent 4ac811f2a9
commit 84c23a5d00
15 changed files with 193 additions and 222 deletions
+18
View File
@@ -0,0 +1,18 @@
#include "emotepopup.h"
namespace chatterino {
namespace widgets {
EmotePopup::EmotePopup(QWidget *parent)
: QWidget(parent)
{
}
void EmotePopup::loadChannel(std::shared_ptr<Channel> channel)
{
// channel->bttvChannelEmotes.each([](const QString &key, const EmoteData &value) {
// //
// });
}
}
}