diff options
author | 2021-01-22 17:09:18 -0800 | |
---|---|---|
committer | 2021-01-23 13:19:11 -0800 | |
commit | 64dea827bdeddf6b6c2e59295bd7bd69c9a147e4 (patch) | |
tree | e1e868e3c570f5d54d265dcbcfca24aef1e81823 /mobile-widgets/qmlmanager.h | |
parent | faafcd0cfc2301fd77ba2deb68619fec099ad6fd (diff) | |
download | subsurface-64dea827bdeddf6b6c2e59295bd7bd69c9a147e4.tar.gz |
mobile/debugging: copy GPS fixes to clipboard
The goal is to enable a user experiencing crashes when applying GPS data
to their dive log to make all necessary data available to the
developers. Hopefully the clipboard is large enough to hold all the
data.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 9db2f991c..e403a6f46 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -217,6 +217,7 @@ public slots: void clearGpsData(); QString getCombinedLogs(); void copyAppLogToClipboard(); + void copyGpsFixesToClipboard(); bool createSupportEmail(); void finishSetup(); QString getNumber(const QString& diveId); |