summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-09 03:38:04 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-09 03:38:04 (GMT)
commit51a8ca0c1fe9d5cce6b430632446a2d3c42989c8 (patch)
treee9cc3a5988f514cc1fd4fe51a0c29969d21f2c8f /tools
parent45ca7aff2c04c302906a1af0d9d671bb9cb452f0 (diff)
downloadQt-51a8ca0c1fe9d5cce6b430632446a2d3c42989c8.zip
Qt-51a8ca0c1fe9d5cce6b430632446a2d3c42989c8.tar.gz
Qt-51a8ca0c1fe9d5cce6b430632446a2d3c42989c8.tar.bz2
Replace "property var " with "property variant " in QML code
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/content/Browser.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/content/Browser.qml b/tools/qml/content/Browser.qml
index 391ded8..8882d5a 100644
--- a/tools/qml/content/Browser.qml
+++ b/tools/qml/content/Browser.qml
@@ -3,8 +3,8 @@ import Qt 4.6
Rectangle {
id: root
property bool keyPressed: false
- property var folders: folders1
- property var view: view1
+ property variant folders: folders1
+ property variant view: view1
width: 320
height: 480
color: palette.window