Add channel badges and emotes to LogsPopup (#576)

* Add channel badges and emotes to LogsPopup

* Move roomID stuff to seperate function

* Use onSuccess
This commit is contained in:
DatGuy1
2018-07-23 15:50:09 +03:00
committed by fourtf
parent f33cc884b2
commit f060907678
2 changed files with 41 additions and 10 deletions
+7 -5
View File
@@ -16,15 +16,17 @@ public:
void setInfo(std::shared_ptr<Channel> channel, QString userName);
private:
void initLayout();
void setMessages(std::vector<MessagePtr> &messages);
void getOverrustleLogs();
void getLogviewerLogs();
ChannelView *channelView_ = nullptr;
ChannelPtr channel_ = Channel::getEmpty();
QString userName_;
int roomID_;
void initLayout();
void setMessages(std::vector<MessagePtr> &messages);
void getRoomID();
void getOverrustleLogs();
void getLogviewerLogs();
};
} // namespace chatterino