juicy compiler error

This commit is contained in:
fourtf
2017-01-11 18:52:09 +01:00
parent 580a411e9d
commit 854566b57f
63 changed files with 1481 additions and 1067 deletions
+6 -7
View File
@@ -2,12 +2,12 @@
#define CHATWIDGET_H
#include <QWidget>
#include "QVBoxLayout"
#include "QFont"
#include "chatwidgetheader.h"
#include "chatwidgetview.h"
#include "chatwidgetinput.h"
#include "QVBoxLayout"
#include "channel.h"
#include "chatwidgetheader.h"
#include "chatwidgetinput.h"
#include "chatwidgetview.h"
class ChatWidget : public QWidget
{
@@ -27,8 +27,7 @@ private:
ChatWidgetView view;
ChatWidgetInput input;
Channel* channel = NULL;
Channel *channel = NULL;
};
#endif // CHATWIDGET_H
#endif // CHATWIDGET_H