Skip to content

Commit

Permalink
[mer][qtlocation] Fix again run-time warning when using Geoclue posit…
Browse files Browse the repository at this point in the history
…ioning plugin. Fixes JB#48424

Previous fix was broken because of a mistake when backporting commits from upstream.
  • Loading branch information
mlehtima committed Dec 12, 2019
1 parent e420927 commit c8f422b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -51,6 +51,7 @@ QT_BEGIN_NAMESPACE

QGeoPositionInfoSource *QGeoPositionInfoSourceFactoryGeoclue::positionInfoSource(QObject *parent)
{
qRegisterMetaType<QGeoPositionInfo>();
return new QGeoPositionInfoSourceGeoclueMaster(parent);
}

Expand Down

0 comments on commit c8f422b

Please sign in to comment.