fix: ReferenceError: Slider is not defined
This commit is contained in:
parent
2b1c3489e6
commit
ed47f2a542
|
@ -27,7 +27,7 @@ QQC2.Pane {
|
|||
from: 2.0
|
||||
to: 60.0
|
||||
stepSize: 2.0
|
||||
snapMode: Slider.SnapAlways
|
||||
snapMode: QQC2.Slider.SnapAlways
|
||||
Kirigami.FormData.label: i18nc("@label", "polling rate in seconds:")
|
||||
onMoved: {
|
||||
pollingratevalue.text = this.value + " seconds";
|
||||
|
|
Loading…
Reference in New Issue
Block a user