aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-04-13 11:20:39 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-04-13 15:15:15 +0200
commit5650dbc55df50600ea78409c03a091fb740cd5d9 (patch)
tree694160b6ee7ed8c4db4051332d49d47b6c0a92d9 /src/plugins/qmldesigner/components/stateseditor/stateslist.qml
parent99cbb2f868952f7f754c4be557046c5a329a99ff (diff)
Replace 'var' by 'variant' in all Qml files
45ca7aff2c04c in qt.git replaces 'var' with 'variant' Reviewed-by: Thomas Hartmann
Diffstat (limited to 'src/plugins/qmldesigner/components/stateseditor/stateslist.qml')
-rw-r--r--src/plugins/qmldesigner/components/stateseditor/stateslist.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
index 3ac365855a..ebb7d342c7 100644
--- a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
+++ b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
@@ -108,7 +108,7 @@ Rectangle {
Loader {
sourceComponent: underlay
anchors.fill: parent
- property var color: parent.isCurrentState?highlightColor:"#4F4F4F";
+ property variant color: parent.isCurrentState?highlightColor:"#4F4F4F";
}
Item {
@@ -251,7 +251,7 @@ Rectangle {
id: underlay
Item {
anchors.fill:parent
- property var color: parent.color
+ property variant color: parent.color
clip:true
Rectangle {
width:parent.width
@@ -322,7 +322,7 @@ Rectangle {
Loader {
sourceComponent: underlay
anchors.fill: parent
- property var color: "#4f4f4f"
+ property variant color: "#4f4f4f"
}
Rectangle {
@@ -394,7 +394,7 @@ Rectangle {
Loader {
sourceComponent: underlay
anchors.fill: parent
- property var color: "#4f4f4f"
+ property variant color: "#4f4f4f"
}
Rectangle {
@@ -460,7 +460,7 @@ Rectangle {
Loader {
sourceComponent: underlay
anchors.fill: parent
- property var color: "#4f4f4f"
+ property variant color: "#4f4f4f"
}
Rectangle {