6#ifndef WSDISCOVERYSERVICEAGGREGATOR_H
7#define WSDISCOVERYSERVICEAGGREGATOR_H
9#include "wsdiscoveryclient_export.h"
13class WSDiscoveryServiceAggregatorPrivate;
45 void serviceUpdated(
const QSharedPointer<WSDiscoveryTargetService> &updatedService);
55 WSDiscoveryServiceAggregatorPrivate *
const d_ptr;
Aggregates multiple updates from the same WSDiscoveryTargetService.
Definition wsdiscoveryserviceaggregator.h:23
WSDiscoveryServiceAggregator(QObject *parent=nullptr)
void updateService(const WSDiscoveryTargetService &receivedService)
~WSDiscoveryServiceAggregator()
void serviceUpdated(const QSharedPointer< WSDiscoveryTargetService > &updatedService)
Definition wsdiscoverytargetservice.h:16