Added channelView with last messages to user popup

currently uses last messages from that channel - might want to use online logs later (or make a setting for that)
This commit is contained in:
TranRed
2019-07-20 18:49:17 +02:00
parent dc01cbf2a3
commit f417006d6a
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -1,6 +1,7 @@
#pragma once
#include "widgets/BaseWindow.hpp"
#include "widgets/helper/ChannelView.hpp"
#include <pajlada/signals/signal.hpp>
@@ -36,6 +37,7 @@ private:
QString userName_;
QString userId_;
ChannelPtr channel_;
ChannelView* lastMessages_;
pajlada::Signals::NoArgSignal userStateChanged_;