From fa8f8b17bd7e51f36be43b4847c750e778c17a52 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 8 Jun 2015 09:18:42 +0200 Subject: Missing import in 'mapviewer' example This was discovered when testing on Windows. Change-Id: I6e61f13e4dc6900a97234e5c8950875967446243 Reviewed-by: Alex Blasche --- examples/location/mapviewer/forms/LocaleForm.ui.qml | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3