diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 12:28:33 +0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 12:28:33 +0700 |
commit | 49a4a11a44dace1ac10877f5e109f9dd73a69fa1 (patch) | |
tree | 7cdf5e3e2b464cf5686563dde82a7dad553e7e19 /qt-ui/profile/profilewidget2.cpp | |
parent | 6cc65f5e1cf1eb0c870323d4c19e2d5c9cc9fd11 (diff) | |
download | subsurface-49a4a11a44dace1ac10877f5e109f9dd73a69fa1.tar.gz |
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>
Diffstat (limited to 'qt-ui/profile/profilewidget2.cpp')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <QTableView> -#include "mainwindow.h" #endif +#include "mainwindow.h" ProfileWidget2::ProfileWidget2(QWidget *parent) : QGraphicsView(parent), |