mobile/qml: correct typo in Export.qml

Correct default value for export type.

Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
jan Iversen 2019-12-06 22:38:07 +01:00 committed by Dirk Hohndel
parent 190b024bec
commit 5aba24248f

View file

@ -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