mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
iOS build: Fix compile failure
Without this moc_SubsurfaceObjectWrapper doesn't compile. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
833683521a
commit
830d9163dc
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define SETTINGSOBJECTWRAPPER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QDate>
|
||||
|
||||
#include "../pref.h"
|
||||
#include "../prefs-macros.h"
|
||||
|
|
Loading…
Reference in a new issue