mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 01:06:16 +00:00
QML UI: fix typo in component id
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e255a698cb
commit
a492b8bbd0
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Kirigami.Page {
|
||||||
title: qsTr("Dive Computer")
|
title: qsTr("Dive Computer")
|
||||||
|
|
||||||
DCDownloadThread {
|
DCDownloadThread {
|
||||||
id: downlodaThread
|
id: downloadThread
|
||||||
deviceData.vendor : comboVendor.currentText
|
deviceData.vendor : comboVendor.currentText
|
||||||
deviceData.product : comboProduct.currentText
|
deviceData.product : comboProduct.currentText
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ Kirigami.Page {
|
||||||
text: qsTr("Download")
|
text: qsTr("Download")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
text: qsTr("Retry")
|
text: qsTr("Retry")
|
||||||
downlodaThread.start()
|
downloadThread.start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
|
|
Loading…
Add table
Reference in a new issue