aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Export.qml
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-06 22:38:07 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-11 12:36:43 -0500
commit5aba24248f8b11baef6c10c36a6fdf07ebb001ee (patch)
treeaad435736f20921f81afa25e8ed8c25ffffd5d8a /mobile-widgets/qml/Export.qml
parent190b024becc7e2f0c2f5f5bb1db2b9d11c022c4b (diff)
downloadsubsurface-5aba24248f8b11baef6c10c36a6fdf07ebb001ee.tar.gz
mobile/qml: correct typo in Export.qml
Correct default value for export type. Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets/qml/Export.qml')
-rw-r--r--mobile-widgets/qml/Export.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml
index f88ba7f11..094749dbc 100644
--- a/mobile-widgets/qml/Export.qml
+++ b/mobile-widgets/qml/Export.qml
@@ -10,7 +10,7 @@ import org.kde.kirigami 2.4 as Kirigami
Kirigami.ScrollablePage {
title: qsTr("Export Divelog information")
- property int selectedExport: ExportType.EX_DIVE_XML
+ property int selectedExport: ExportType.EX_DIVES_XML
FileDialog {
id: saveAsDialog