From d4f40126a5e01b8a4ae3d3d0610a4a9300678f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Mon, 19 Mar 2012 15:25:14 +0100 Subject: [PATCH] animated is not Slider's public API anymore --- declarativeimports/test/gallery/Sliders.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/declarativeimports/test/gallery/Sliders.qml b/declarativeimports/test/gallery/Sliders.qml index 88c3fa0bb..266792738 100644 --- a/declarativeimports/test/gallery/Sliders.qml +++ b/declarativeimports/test/gallery/Sliders.qml @@ -31,7 +31,6 @@ PlasmaComponents.Page { } PlasmaComponents.Slider { width: 140 - animated: true enabled: true } PlasmaComponents.TextField { @@ -80,7 +79,6 @@ PlasmaComponents.Page { minimumValue: 0 maximumValue: 255 stepSize: 10 - animated: true Keys.onTabPressed: blueSlider.forceActiveFocus() } @@ -112,7 +110,6 @@ PlasmaComponents.Page { id: horizontalSlider width: 140 height: 20 - animated: true enabled: false } @@ -123,7 +120,6 @@ PlasmaComponents.Page { width: 140 height: 20 inverted: true - animated: true enabled: true } @@ -140,7 +136,6 @@ PlasmaComponents.Page { maximumValue: 1000 stepSize: 50 inverted: true - animated: true } PlasmaComponents.Label { text: verticalSlider.value } }