From 4ee1b67b24773148b26e777bcfca2ff918974c82 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 15 Apr 2015 14:07:24 +0200 Subject: 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 Reviewed-by: Alessandro Portale --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 027b0d9b..bb0e0364 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.1