diff options
author | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-06-08 09:18:42 +0200 |
---|---|---|
committer | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-06-08 07:34:47 +0000 |
commit | fa8f8b17bd7e51f36be43b4847c750e778c17a52 (patch) | |
tree | b788195648d49f2c3323e5fcf0cacf78ee50dd56 /examples | |
parent | a2af44354014d1f3d10727a7381fb5273917ae1f (diff) | |
download | qtlocation-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')
-rw-r--r-- | examples/location/mapviewer/forms/LocaleForm.ui.qml | 1 |
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 { |