diff options
Diffstat (limited to 'subsurface-core/divelogexportlogic.h')
-rw-r--r-- | subsurface-core/divelogexportlogic.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/subsurface-core/divelogexportlogic.h b/subsurface-core/divelogexportlogic.h deleted file mode 100644 index 84f09c362..000000000 --- a/subsurface-core/divelogexportlogic.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef DIVELOGEXPORTLOGIC_H -#define DIVELOGEXPORTLOGIC_H - -struct htmlExportSetting { - bool exportPhotos; - bool selectedOnly; - bool listOnly; - QString fontFamily; - QString fontSize; - int themeSelection; - bool subsurfaceNumbers; - bool yearlyStatistics; - QString themeFile; -}; - -void file_copy_and_overwrite(const QString &fileName, const QString &newName); -void exportHtmlInitLogic(const QString &filename, struct htmlExportSetting &hes); - -#endif // DIVELOGEXPORTLOGIC_H - |