diff options
Diffstat (limited to 'backend-shared/exportfuncs.h')
-rw-r--r-- | backend-shared/exportfuncs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend-shared/exportfuncs.h b/backend-shared/exportfuncs.h index a378e152d..530cde7e0 100644 --- a/backend-shared/exportfuncs.h +++ b/backend-shared/exportfuncs.h @@ -16,9 +16,8 @@ public: void export_TeX(const char *filename, const bool selected_only, bool plain); void export_depths(const char *filename, const bool selected_only); std::vector<const dive_site *> getDiveSitesToExport(bool selectedOnly); - void exportUsingStyleSheet(QString filename, bool doExport, int units, + QFuture<int> exportUsingStyleSheet(QString filename, bool doExport, int units, QString stylesheet, bool anonymize); - QFuture<int> future; // prepareDivesForUploadDiveLog // prepareDivesForUploadDiveShare |