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
@ -5,6 +5,7 @@
|
||||
#include <QApplication>
|
||||
#include <QTableView>
|
||||
#include <QHeaderView>
|
||||
#include <QPointer>
|
||||
#include "mainwindow.h"
|
||||
#include "../dive.h"
|
||||
#include "../display.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user