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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-01-16 12:28:33 +07:00
parent 6cc65f5e1c
commit 49a4a11a44

View file

@ -15,8 +15,8 @@
#ifndef QT_NO_DEBUG
#include <QTableView>
#include "mainwindow.h"
#endif
#include "mainwindow.h"
ProfileWidget2::ProfileWidget2(QWidget *parent) :
QGraphicsView(parent),