diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-03-17 20:55:50 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-17 20:37:33 -0700 |
commit | 0a762334e2bbc6fe417a42e28f6db81656fc4f3b (patch) | |
tree | 9e031ea807079964e63370b1a998c696f0fe2af0 /qt-ui/mainwindow.h | |
parent | f7709ec4a322f30ff77bbb3f1f3056776902f617 (diff) | |
download | subsurface-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.h | 1 |
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, |