diff options
author | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-04-15 14:07:24 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-05-07 14:17:46 +0000 |
commit | 4ee1b67b24773148b26e777bcfca2ff918974c82 (patch) | |
tree | 353e77b37cdbf29965e64070a9b0282acecbb6d6 /.gitignore | |
parent | 5a9b047c225ccd5a19bd863c807d2582517ba3e7 (diff) | |
download | qtlocation-4ee1b67b24773148b26e777bcfca2ff918974c82.tar.gz |
Provide new planespotter example
This diversifies the location examples as it adds a relatively small
example. Short of the places examples there is only one large
demo-like mapviewer example.
This new example demonstrates the following features:
- integration of C++ types into QML
- coordinate animations
- fitting viewport of maps
Change-Id: Id0b5b9669cfd1d98bb5dce7d7d42d220efd60142
Task-number: QTBUG-45415
Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ src/location/doc/snippets/cpp/cppsnippet src/location/doc/snippets/places/placescppsnippet examples/location/places_list/places_list examples/location/places_map/places_map +examples/location/planespotter/planespotter examples/positioning/geoflickr/geoflickr examples/positioning/logfilepositionsource/logfilepositionsource examples/positioning/satelliteinfo/satelliteinfo |