This commit is contained in:
fourtf
2017-01-03 21:19:33 +01:00
parent 4ccbc8d4e4
commit 2b4fa8071f
22 changed files with 463 additions and 23 deletions
+4
View File
@@ -7,6 +7,7 @@
#include "chatwidgetheader.h"
#include "chatwidgetview.h"
#include "chatwidgetinput.h"
#include "channel.h"
class ChatWidget : public QWidget
{
@@ -25,6 +26,9 @@ private:
ChatWidgetHeader header;
ChatWidgetView view;
ChatWidgetInput input;
Channel* channel = NULL;
};
#endif // CHATWIDGET_H