diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/MapWidget.qml | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |