diff options
Diffstat (limited to 'src/imports/location/qdeclarativegeoserviceprovider.cpp')
-rw-r--r-- | src/imports/location/qdeclarativegeoserviceprovider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeoserviceprovider.cpp b/src/imports/location/qdeclarativegeoserviceprovider.cpp index 5b655f73..8ed6a7bf 100644 --- a/src/imports/location/qdeclarativegeoserviceprovider.cpp +++ b/src/imports/location/qdeclarativegeoserviceprovider.cpp @@ -182,7 +182,7 @@ void QDeclarativeGeoServiceProvider::componentComplete() } } - qmlInfo(this) << "Could not find a plugin with the required features to attach to"; + qmlWarning(this) << "Could not find a plugin with the required features to attach to"; } } |