18#ifndef WSDISCOVERYSERVICEAGGREGATOR_H
19#define WSDISCOVERYSERVICEAGGREGATOR_H
21#include "wsdiscoveryclient_export.h"
25class WSDiscoveryServiceAggregatorPrivate;
57 void serviceUpdated(
const QSharedPointer<WSDiscoveryTargetService>& updatedService);
67 WSDiscoveryServiceAggregatorPrivate*
const d_ptr;
WSDiscoveryServiceAggregator(QObject *parent=nullptr)
void updateService(const WSDiscoveryTargetService &receivedService)
~WSDiscoveryServiceAggregator()
void serviceUpdated(const QSharedPointer< WSDiscoveryTargetService > &updatedService)
Definition wsdiscoverytargetservice.h:28