summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index a3fce0576..c3124c21c 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -61,18 +61,12 @@ public:
EX_DIVE_SITES_XML,
EX_UDDF,
EX_DIVELOGS_DE,
- EX_DIVESHARE,
- EX_CSV_DIVE_PROFILE,
- EX_CSV_DETAILS,
- EX_CSV_PROFILE,
- EX_PROFILE_PNG,
- EX_WORLD_MAP,
- EX_TEX,
- EX_LATEX,
- EX_IMAGE_DEPTHS
+ EX_DIVESHARE
};
Q_ENUM(export_types)
+#if !defined(Q_OS_ANDROID)
Q_INVOKABLE void exportToFile(export_types type, QString directory, bool anonymize);
+#endif
Q_INVOKABLE void exportToWEB(export_types type, QString userId, QString password, bool anonymize);