diff --git a/src/declarativeimports/plasmacomponents/qml/Slider.qml b/src/declarativeimports/plasmacomponents/qml/Slider.qml index 676b1cd8a..e1988a5c6 100644 --- a/src/declarativeimports/plasmacomponents/qml/Slider.qml +++ b/src/declarativeimports/plasmacomponents/qml/Slider.qml @@ -67,6 +67,7 @@ QtControls.Slider { activeFocusOnTab: true + //FIXME: remove those 2 functions once we can depend from 5.4*/ function accessibleIncreaseAction() { increase() } function accessibleDecreaseAction() { decrease() }