Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb36989' into 'mer-stable-on-5.6'
[QtLocation] Register needed metatypes. Contributes to JB#36989

The invokable methods require QList<int> Q_ARG params, so that type
needs to be registered as a metatype.

Contributes to JB#36989

See merge request !7
  • Loading branch information
chriadam committed Nov 23, 2016
2 parents fbbb613 + 683beaf commit 8770366
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -170,6 +170,7 @@ QGeoSatelliteInfoSourceGeoclueMaster::QGeoSatelliteInfoSourceGeoclueMaster(QObje
m_satellitesChangedConnected(false), m_running(false)
{
qRegisterMetaType<QList<QGeoSatelliteInfo> >("QList<QGeoSatelliteInfo>");
qRegisterMetaType<QList<int> >("QList<int>");
m_requestTimer.setSingleShot(true);
connect(&m_requestTimer, SIGNAL(timeout()), this, SLOT(requestUpdateTimeout()));
}
Expand Down

0 comments on commit 8770366

Please sign in to comment.