summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/quick/controls/gallery/main.qml1
-rw-r--r--src/controls/Slider.qml1
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/gallery/main.qml b/examples/quick/controls/gallery/main.qml
index 61e77ef8..7250bb31 100644
--- a/examples/quick/controls/gallery/main.qml
+++ b/examples/quick/controls/gallery/main.qml
@@ -176,6 +176,7 @@ ApplicationWindow {
}
ToolButton { action: openAction }
ToolButton {
+ Accessible.name: "Save as"
iconSource: "images/document-save-as.png"
tooltip: "(Pretend to) Save as..."
}
diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml
index d31eb2c1..e09fa1e1 100644
--- a/src/controls/Slider.qml
+++ b/src/controls/Slider.qml
@@ -177,7 +177,6 @@ Control {
activeFocusOnTab: true
Accessible.role: Accessible.Slider
- Accessible.name: value
style: Qt.createComponent(Settings.style + "/SliderStyle.qml", slider)