proper variable name
This commit is contained in:
parent
445a60a862
commit
c6e29f9c15
|
@ -30,12 +30,12 @@ QQC2.Pane {
|
|||
snapMode: Slider.SnapAlways
|
||||
Kirigami.FormData.label: i18nc("@label", "polling rate in seconds:")
|
||||
onMoved: {
|
||||
test.text = this.value + " seconds";
|
||||
pollingratevalue.text = this.value + " seconds";
|
||||
}
|
||||
}
|
||||
|
||||
Text {
|
||||
id: test
|
||||
id: pollingratevalue
|
||||
text: pollingrate.value + " seconds"
|
||||
color: PlasmaCore.Theme.textColor
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user