summaryrefslogtreecommitdiff
path: root/examples/location/planespotter
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/planespotter')
-rw-r--r--examples/location/planespotter/Plane.qml2
-rw-r--r--examples/location/planespotter/planespotter.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/planespotter/Plane.qml b/examples/location/planespotter/Plane.qml
index 8037f153..eec5a237 100644
--- a/examples/location/planespotter/Plane.qml
+++ b/examples/location/planespotter/Plane.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.4
-import QtLocation 5.5
+import QtLocation 5.6
//! [PlaneMapQuick1]
// Plane.qml
diff --git a/examples/location/planespotter/planespotter.qml b/examples/location/planespotter/planespotter.qml
index 91d9e056..624a015e 100644
--- a/examples/location/planespotter/planespotter.qml
+++ b/examples/location/planespotter/planespotter.qml
@@ -41,7 +41,7 @@
import QtQuick 2.4
import QtQuick.Window 2.2
import QtPositioning 5.5
-import QtLocation 5.5
+import QtLocation 5.6
Window {
width: 700