diff options
author | Ian Chen <ian.1.chen@nokia.com> | 2012-03-27 12:02:57 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-27 05:40:35 +0200 |
commit | 32712d70bbab3b703f614ca5b77e5d3b0cf3f74c (patch) | |
tree | eaaec70d6d8741eb10707d709beec5c893f32dfa /src/imports/location/qdeclarativegeomapmouseevent.cpp | |
parent | 712b8a611089c6436747f966cb813160d78da605 (diff) | |
download | qtlocation-32712d70bbab3b703f614ca5b77e5d3b0cf3f74c.tar.gz |
More qtlocation qml documentation fixesqt-v5.0.0-alpha1
MapRectangle:
- Added more details to the detailed description section
MapPolygon, MapPolyline:
- Added description of 'opacity' property
MapMouseArea:
- Minor grammatical correction, involved -> involve
- Added full stop to bullet points in limitations section
MapMouseEvent:
- Rephrased description of 'accepted' property
GeocodeModel:
- Added missing fullstop in 'count' property description
- Minor grammatical correction to 'limit', 'plugin', and 'query' property descriptions
Change-Id: I0a2b8cd570ff1ff082239ed2732fabad1f4e4b85
Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeomapmouseevent.cpp')
-rw-r--r-- | src/imports/location/qdeclarativegeomapmouseevent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeomapmouseevent.cpp b/src/imports/location/qdeclarativegeomapmouseevent.cpp index ad6149a8..9bf646e8 100644 --- a/src/imports/location/qdeclarativegeomapmouseevent.cpp +++ b/src/imports/location/qdeclarativegeomapmouseevent.cpp @@ -79,7 +79,7 @@ QDeclarativeGeoMapMouseEvent::~QDeclarativeGeoMapMouseEvent() \qmlproperty bool QtLocation5::MapMouseEvent::accepted Setting \a accepted to true prevents the mouse event from being - propagated to items below this item. + propagated to items below the item currently handling the event. Generally, if the item acts on the mouse event then it should be accepted so that items lower in the stacking order do not also respond to the same event. |