summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-05-17 16:13:41 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-17 13:51:13 -0700
commit5eb572b9c63f828e547c502b0dd4df55ff878cad (patch)
tree1badefec2ba99282d7490ca60f6456418b31f2d9 /qt-ui/mainwindow.cpp
parentd9ad82917357215763143af7a773d06179cf7266 (diff)
downloadsubsurface-5eb572b9c63f828e547c502b0dd4df55ff878cad.tar.gz
Move Locationinformation to its own file.
The SimpleWidgets file was getting too big, and location information will also need a new model - a good way to do not mix everything is to put things in a new file. [Dirk Hohndel: added missing include of stdint.h] Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 02eb78ede..f2873ab86 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -33,6 +33,7 @@
#include "divelogexportdialog.h"
#include "usersurvey.h"
#include "divesitehelpers.h"
+#include "locationinformation.h"
#ifndef NO_USERMANUAL
#include "usermanual.h"
#endif