summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-03-17 20:55:50 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-17 20:37:33 -0700
commit0a762334e2bbc6fe417a42e28f6db81656fc4f3b (patch)
tree9e031ea807079964e63370b1a998c696f0fe2af0 /qt-ui/mainwindow.h
parentf7709ec4a322f30ff77bbb3f1f3056776902f617 (diff)
downloadsubsurface-0a762334e2bbc6fe417a42e28f6db81656fc4f3b.tar.gz
Add forward declaration of QSettings
Its needed for Qt5 Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 971bd1768..e249398db 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -28,6 +28,7 @@ class GlobeGPS;
class MainTab;
class ProfileGraphicsView;
class QWebView;
+class QSettings;
enum MainWindowTitleFormat {
MWTF_DEFAULT,