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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user