summaryrefslogtreecommitdiff
path: root/src/controls/Button.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-05-24 09:31:37 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-24 17:12:57 +0200
commit7adbdc017982aec8645e152c7891ea51f84ff8ee (patch)
tree6f5242608cdfbba0ac0669f16ba2d5b646f5f96d /src/controls/Button.qml
parent5dc6a9d8e5c0c962009129cf35361412db1b8f96 (diff)
downloadqtquickcontrols-7adbdc017982aec8645e152c7891ea51f84ff8ee.tar.gz
Make QQuickSettings::style a property with a notifier signal
Change-Id: I9f1690524e29cd7fe0ab35be216aca9a6edd35ca Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/Button.qml')
-rw-r--r--src/controls/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Button.qml b/src/controls/Button.qml
index cf725085..2418bfa2 100644
--- a/src/controls/Button.qml
+++ b/src/controls/Button.qml
@@ -102,7 +102,7 @@ BasicButton {
Accessible.name: text
- style: Qt.createComponent(Settings.theme() + "/ButtonStyle.qml", button)
+ style: Qt.createComponent(Settings.style + "/ButtonStyle.qml", button)
Binding {
target: menu