modified buttons a bit
This commit is contained in:
@@ -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) {
|
||||
|
||||
// //
|
||||
// });
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user