summaryrefslogtreecommitdiff
path: root/src/controls/SpinBox.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-05-27 18:34:37 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-27 19:38:19 +0200
commite0c8035c3db5c3c68602a90a5addbb2d48c0733f (patch)
tree8e67e67ce4e9ed964d594b250a237ed5abbd8390 /src/controls/SpinBox.qml
parentbb64aef56bd43891bd6f91aee25bdfe6633c3a98 (diff)
downloadqtquickcontrols-e0c8035c3db5c3c68602a90a5addbb2d48c0733f.tar.gz
Rename controlState to styleData
Change-Id: I06c9f4b0d9b6eef7d2ca608827eee982d8d97027 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 ec563afc..4db67c8d 100644
--- a/src/controls/SpinBox.qml
+++ b/src/controls/SpinBox.qml
@@ -148,7 +148,7 @@ Control {
/*! \internal */
property alias __text: input.text
- __controlState: QtObject {
+ __styleData: QtObject {
readonly property bool upEnabled: value != maximumValue;
readonly property alias upHovered: mouseUp.containsMouse
readonly property alias upPressed: mouseUp.pressed