diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-07-29 01:31:59 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-07-29 01:31:59 (GMT) |
commit | 155f99502be75ff400bbae550328dbc79801d6c8 (patch) | |
tree | a4f7e0bb36c99585647f08c776a8c81fb8d7ef57 /demos/declarative | |
parent | 63ac81df760f9b563ced098386cd4bb24439beb3 (diff) | |
download | Qt-155f99502be75ff400bbae550328dbc79801d6c8.zip Qt-155f99502be75ff400bbae550328dbc79801d6c8.tar.gz Qt-155f99502be75ff400bbae550328dbc79801d6c8.tar.bz2 |
Remove warnings in photoviewer demo.
Task-number: QTBUG-12494
Diffstat (limited to 'demos/declarative')
-rw-r--r-- | demos/declarative/photoviewer/PhotoViewerCore/Button.qml | 2 |
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 |