aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.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 /share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.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 'share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
index 7b6a70b438..faf0f0eb12 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -3,7 +3,7 @@ import Bauhaus 1.0
QFrame {
styleSheetFile: "switch.css";
- property var specialModeIcon;
+ property variant specialModeIcon;
specialModeIcon: "images/standard.png";
maximumWidth: 300;
minimumWidth: 300;