summaryrefslogtreecommitdiff
path: root/src/controls/SpinBox.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/SpinBox.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/SpinBox.qml')
-rw-r--r--src/controls/SpinBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml
index ab0eeb0b..bf8e6647 100644
--- a/src/controls/SpinBox.qml
+++ b/src/controls/SpinBox.qml
@@ -131,7 +131,7 @@ Control {
*/
property bool activeFocusOnPress: true
- style: Qt.createComponent(Settings.theme() + "/SpinBoxStyle.qml", spinbox)
+ style: Qt.createComponent(Settings.style + "/SpinBoxStyle.qml", spinbox)
/*! \internal */
function __increment() {