summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-07-29 01:31:59 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-07-29 01:31:59 (GMT)
commit155f99502be75ff400bbae550328dbc79801d6c8 (patch)
treea4f7e0bb36c99585647f08c776a8c81fb8d7ef57 /demos
parent63ac81df760f9b563ced098386cd4bb24439beb3 (diff)
downloadQt-155f99502be75ff400bbae550328dbc79801d6c8.zip
Qt-155f99502be75ff400bbae550328dbc79801d6c8.tar.gz
Qt-155f99502be75ff400bbae550328dbc79801d6c8.tar.bz2
Remove warnings in photoviewer demo.
Task-number: QTBUG-12494
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/photoviewer/PhotoViewerCore/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/photoviewer/PhotoViewerCore/Button.qml b/demos/declarative/photoviewer/PhotoViewerCore/Button.qml
index a60d5ca..47b90c8 100644
--- a/demos/declarative/photoviewer/PhotoViewerCore/Button.qml
+++ b/demos/declarative/photoviewer/PhotoViewerCore/Button.qml
@@ -45,7 +45,7 @@ Item {
id: container
property alias label: labelText.text
- property string tint: ""
+ property color tint: "transparent"
signal clicked
width: labelText.width + 70 ; height: labelText.height + 18