mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
6cc65f5e1c
commit
49a4a11a44
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@
|
|||
|
||||
#ifndef QT_NO_DEBUG
|
||||
#include <QTableView>
|
||||
#include "mainwindow.h"
|
||||
#endif
|
||||
#include "mainwindow.h"
|
||||
|
||||
ProfileWidget2::ProfileWidget2(QWidget *parent) :
|
||||
QGraphicsView(parent),
|
||||
|
|
Loading…
Add table
Reference in a new issue