diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-07-29 01:31:59 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-07-29 07:09:13 (GMT) |
commit | ece2f52e7a2b9cc9d54d96aa73cc87385205d0f3 (patch) | |
tree | b56c4dae01f28681963e486ae789eb81abc780fe /demos | |
parent | e88500374d6299e2ed7c5a8cc5815eb8f3c8e3a0 (diff) | |
download | Qt-ece2f52e7a2b9cc9d54d96aa73cc87385205d0f3.zip Qt-ece2f52e7a2b9cc9d54d96aa73cc87385205d0f3.tar.gz Qt-ece2f52e7a2b9cc9d54d96aa73cc87385205d0f3.tar.bz2 |
Remove warnings in photoviewer demo.
Task-number: QTBUG-12494
(cherry picked from commit 155f99502be75ff400bbae550328dbc79801d6c8)
Diffstat (limited to 'demos')
-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 |