aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-09 10:14:15 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-10 21:59:32 +0100
commit4f0d437f1e5bde5f4e193eb81914a87d34c13eba (patch)
tree99da72d8b78cadf9fd0523a4f4651e5db7d12146 /mobile-widgets/qmlmanager.h
parent80f123ce2aacc8f3180b0b7a56a027e4804ae498 (diff)
downloadsubsurface-4f0d437f1e5bde5f4e193eb81914a87d34c13eba.tar.gz
Mobile: add ability to directly open support email
This is even easier and more obvious than copying the logs on the About page and then manually creating an email and pasting those logs. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 782cc6d22..4faf823b8 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -185,7 +185,9 @@ public slots:
void populateGpsData();
void cancelDownloadDC();
void clearGpsData();
+ QString getCombinedLogs();
void copyAppLogToClipboard();
+ bool createSupportEmail();
void finishSetup();
void openLocalThenRemote(QString url);
void mergeLocalRepo();