Refactored LogsPopup. (#838)

* Replaced 3rd party getting channel ID with own implementation.

* Removed useless roomID_ from LogsPopup.

* Refactored channelName_ in LogsPopup.

* Cleaned up LogsPopup.

* Removed getRoomID() method in LogsPopup.
This commit is contained in:
23rd
2018-10-27 11:53:12 +03:00
committed by pajlada
parent 06e3fabfe4
commit f3235d036d
2 changed files with 29 additions and 60 deletions
+2 -3
View File
@@ -25,13 +25,12 @@ private:
ChannelPtr channel_;
QString userName_;
int roomID_;
QString channelName_;
void initLayout();
void setMessages(std::vector<MessagePtr> &messages);
void getRoomID();
void getOverrustleLogs();
void getLogviewerLogs();
void getLogviewerLogs(const QString &roomID);
};
} // namespace chatterino