make /logs command better

previously you had to have a split open with the channel, that's not
required anymore.
This commit is contained in:
Rasmus Karlsson
2018-11-03 15:37:56 +01:00
parent b469c24154
commit bcebfca477
4 changed files with 60 additions and 38 deletions
+5 -1
View File
@@ -18,7 +18,11 @@ class LogsPopup : public BaseWindow
public:
LogsPopup();
void setInfo(std::shared_ptr<Channel> channel, QString userName);
void setChannelName(QString channelName);
void setChannel(std::shared_ptr<Channel> channel);
void setTargetUserName(QString userName);
void getLogs();
private:
ChannelView *channelView_ = nullptr;