mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: directly access currentText
No need to qualify our own object name. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9d577e4b80
commit
1a7ada5a90
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Kirigami.Page {
|
||||||
manager.DC_bluetoothMode = true
|
manager.DC_bluetoothMode = true
|
||||||
else
|
else
|
||||||
manager.DC_bluetoothMode = false
|
manager.DC_bluetoothMode = false
|
||||||
manager.DC_devName = comboConnection.currentText
|
manager.DC_devName = currentText
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue