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:
Dirk Hohndel 2014-03-07 10:02:37 -08:00
parent fcc2af6941
commit 18303b6f43

View file

@ -5,6 +5,7 @@
#include <QApplication>
#include <QTableView>
#include <QHeaderView>
#include <QPointer>
#include "mainwindow.h"
#include "../dive.h"
#include "../display.h"