Skip to content

Commit

Permalink
Merge branch 'jb48424' into 'master'
Browse files Browse the repository at this point in the history
[mer][qtlocation] Fix again run-time warning when using Geoclue positioning plugin. Fixes JB#48424

See merge request mer-core/qtlocation!17
  • Loading branch information
mlehtima committed Dec 16, 2019
2 parents e420927 + c8f422b commit 59bc319
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 59bc319

Please sign in to comment.