mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
f7709ec4a3
commit
0a762334e2
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class GlobeGPS;
|
||||||
class MainTab;
|
class MainTab;
|
||||||
class ProfileGraphicsView;
|
class ProfileGraphicsView;
|
||||||
class QWebView;
|
class QWebView;
|
||||||
|
class QSettings;
|
||||||
|
|
||||||
enum MainWindowTitleFormat {
|
enum MainWindowTitleFormat {
|
||||||
MWTF_DEFAULT,
|
MWTF_DEFAULT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue