summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-08-24 16:45:15 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2011-08-24 09:24:47 +0200
commite6dbdfbbad070c5ca7a4e14bdd917ee2c7b52f71 (patch)
tree61b94e8e05e5c15490d3b21edea1ffc3398ecbab
parentccaf530d04860a7a11ff57b1113c6d819df5b4dd (diff)
downloadqtlocation-e6dbdfbbad070c5ca7a4e14bdd917ee2c7b52f71.tar.gz
Change rating type to real.
Change-Id: I7c0700b453f45264e97eacb3e927eda6e58f16d1 Reviewed-on: http://codereview.qt.nokia.com/3456 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
-rw-r--r--examples/declarative/qmlplaces/RatingView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/qmlplaces/RatingView.qml b/examples/declarative/qmlplaces/RatingView.qml
index 59d4fb8f..1ee03de3 100644
--- a/examples/declarative/qmlplaces/RatingView.qml
+++ b/examples/declarative/qmlplaces/RatingView.qml
@@ -1,7 +1,7 @@
import QtQuick 2.0
Row {
- property double rating: 0
+ property real rating: 0
property int size: 32
Repeater {