summaryrefslogtreecommitdiff
path: root/examples/location
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-06-08 09:18:42 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-06-08 07:34:47 +0000
commitfa8f8b17bd7e51f36be43b4847c750e778c17a52 (patch)
treeb788195648d49f2c3323e5fcf0cacf78ee50dd56 /examples/location
parenta2af44354014d1f3d10727a7381fb5273917ae1f (diff)
downloadqtlocation-fa8f8b17bd7e51f36be43b4847c750e778c17a52.tar.gz
Missing import in 'mapviewer' example
This was discovered when testing on Windows. Change-Id: I6e61f13e4dc6900a97234e5c8950875967446243 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/location')
-rw-r--r--examples/location/mapviewer/forms/LocaleForm.ui.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/location/mapviewer/forms/LocaleForm.ui.qml b/examples/location/mapviewer/forms/LocaleForm.ui.qml
index a146aed4..91a08471 100644
--- a/examples/location/mapviewer/forms/LocaleForm.ui.qml
+++ b/examples/location/mapviewer/forms/LocaleForm.ui.qml
@@ -39,6 +39,7 @@
****************************************************************************/
import QtQuick 2.5
+import QtQuick.Controls 1.4
import QtQuick.Layouts 1.2
Item {