mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fix compile problem
QPointer was undefined (oddly I didn't run into this when test building earlier). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fcc2af6941
commit
18303b6f43
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <QApplication>
|
||||
#include <QTableView>
|
||||
#include <QHeaderView>
|
||||
#include <QPointer>
|
||||
#include "mainwindow.h"
|
||||
#include "../dive.h"
|
||||
#include "../display.h"
|
||||
|
|
Loading…
Reference in a new issue