mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:53:23 +00:00
Mobile: Remove webservice, remove UI components
This is the first commit related to the removal of the GPS webservice. It is nothing more then removing 2 buttons from the menu to upload and download from the server, so technically a trivial change. As with the desktop application: Be very careful here as this forces our users to use Subsurface-mobile, and a online cloud account as that is the way to transfer GPS data from a mobile device to the desktop. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
dc68c3e7bd
commit
987e221f8e
1 changed files with 0 additions and 22 deletions
|
@ -297,28 +297,6 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
text: qsTr("GPS")
|
||||
visible: true
|
||||
|
||||
Kirigami.Action {
|
||||
icon {
|
||||
name: ":/icons/ic_cloud_upload.svg"
|
||||
}
|
||||
text: qsTr("Upload GPS data")
|
||||
onTriggered: {
|
||||
globalDrawer.close();
|
||||
manager.sendGpsData();
|
||||
}
|
||||
}
|
||||
|
||||
Kirigami.Action {
|
||||
icon {
|
||||
name: ":/icons/ic_cloud_download.svg"
|
||||
}
|
||||
text: qsTr("Download GPS data")
|
||||
onTriggered: {
|
||||
globalDrawer.close();
|
||||
manager.downloadGpsData();
|
||||
}
|
||||
}
|
||||
|
||||
Kirigami.Action {
|
||||
icon {
|
||||
name:":/icons/ic_gps_fixed.svg"
|
||||
|
|
Loading…
Add table
Reference in a new issue