diff options
Diffstat (limited to 'backend-shared/exportfuncs.h')
-rw-r--r-- | backend-shared/exportfuncs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/backend-shared/exportfuncs.h b/backend-shared/exportfuncs.h index 1b888b19f..ebd2b8fcb 100644 --- a/backend-shared/exportfuncs.h +++ b/backend-shared/exportfuncs.h @@ -2,9 +2,10 @@ #ifndef EXPORTFUNCS_H #define EXPORTFUNCS_H -#include <QObject> +#include <QString> #include <QFuture> -#include "core/dive.h" + +struct dive_site; void exportProfile(QString filename, const bool selected_only); void export_TeX(const char *filename, const bool selected_only, bool plain); |