From a492b8bbd0d9ccc1da0b959fe576265722948628 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 28 May 2017 02:23:03 -0700 Subject: QML UI: fix typo in component id Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DownloadFromDiveComputer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml') diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index 9a56abe23..13a6b7eb1 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -17,7 +17,7 @@ Kirigami.Page { title: qsTr("Dive Computer") DCDownloadThread { - id: downlodaThread + id: downloadThread deviceData.vendor : comboVendor.currentText deviceData.product : comboProduct.currentText @@ -73,7 +73,7 @@ Kirigami.Page { text: qsTr("Download") onClicked: { text: qsTr("Retry") - downlodaThread.start() + downloadThread.start() } } Button { -- cgit v1.2.3-70-g09d2