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
+3 -2
View File
@@ -1,13 +1,14 @@
#include "chatwidgetinput.h"
#include "colorscheme.h"
#include "QPainter"
#include "colorscheme.h"
ChatWidgetInput::ChatWidgetInput()
{
setFixedHeight(38);
}
void ChatWidgetInput::paintEvent(QPaintEvent *)
void
ChatWidgetInput::paintEvent(QPaintEvent *)
{
QPainter painter(this);