From 49a4a11a44dace1ac10877f5e109f9dd73a69fa1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 16 Jan 2014 12:28:33 +0700 Subject: Fix compile error when not building with CONFIG+=debug There are still some warnings left, but at least it compiles now. Signed-off-by: Dirk Hohndel --- qt-ui/profile/profilewidget2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index 0c6b2dc6d..283b602ab 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -15,8 +15,8 @@ #ifndef QT_NO_DEBUG #include -#include "mainwindow.h" #endif +#include "mainwindow.h" ProfileWidget2::ProfileWidget2(QWidget *parent) : QGraphicsView(parent), -- cgit v1.2.3-70-g09d2