/* SPDX-FileCopyrightText: 2020 Casper Meijn * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef WSDISCOVERYSERVICEAGGREGATOR_P_H #define WSDISCOVERYSERVICEAGGREGATOR_P_H #include "wsdiscoverytargetservice.h" #include #include class WSDiscoveryServiceAggregatorPrivate { public: QHash> targetServiceMap; }; #endif // WSDISCOVERYSERVICEAGGREGATOR_P_H