diff --git a/mobile-widgets/qml/MapWidget.qml b/mobile-widgets/qml/MapWidget.qml index 164170ca2..f3853de74 100644 --- a/mobile-widgets/qml/MapWidget.qml +++ b/mobile-widgets/qml/MapWidget.qml @@ -10,6 +10,10 @@ Item { Plugin { id: mapPlugin name: "googlemaps" + Component.onCompleted: { + if (availableServiceProviders.indexOf(name) === -1) + console.warn("MapWidget.qml: cannot find a plugin with the name '" + name + "'") + } } MapWidgetHelper {