7#include <QtCore/QLoggingCategory>
13QGeoPositionInfoSource *QGeoPositionInfoSourceFactoryGeoclue2::positionInfoSource(QObject *parent,
const QVariantMap ¶meters)
16 return new QGeoPositionInfoSourceGeoclue2(parameters, parent);
35#include "moc_qgeopositioninfosourcefactory_geoclue2.cpp"
Q_PLUGIN_METADATA(IID "org.qt-project.qt.position.sourcefactory/6.0" FILE "plugin.json") public QGeoSatelliteInfoSource * satelliteInfoSource(QObject *parent, const QVariantMap ¶meters) override
Returns a new QGeoSatelliteInfoSource associated with this plugin with parent parent,...
QGeoAreaMonitorSource * areaMonitor(QObject *parent, const QVariantMap ¶meters) override
Returns a new QGeoAreaMonitorSource associated with this plugin with parent parent,...
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")