summaryrefslogtreecommitdiffstats
path: root/examples/location/mapviewer/map/MapComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/map/MapComponent.qml')
-rw-r--r--examples/location/mapviewer/map/MapComponent.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/location/mapviewer/map/MapComponent.qml b/examples/location/mapviewer/map/MapComponent.qml
index 4c0e961b..0cb84fdf 100644
--- a/examples/location/mapviewer/map/MapComponent.qml
+++ b/examples/location/mapviewer/map/MapComponent.qml
@@ -37,10 +37,10 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-import QtQuick 2.4
-import QtQuick.Controls 1.3
-import QtLocation 5.3
-import QtPositioning 5.2
+import QtQuick 2.5
+import QtQuick.Controls 1.4
+import QtLocation 5.5
+import QtPositioning 5.5
import "../helper.js" as Helper
//! [top]