mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/export: remove most of the export options
A tablet or phone is not a computer. What would you do with a CSV or TeX/LaTeX file on a phone. Yeah, I get it, feature parity. This should never have been merged. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b8c02c9b03
commit
0178f0c7e7
4 changed files with 7 additions and 112 deletions
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue