File indexing completed on 2024-04-28 04:40:43

0001 /* SPDX-FileCopyrightText: 2020 Casper Meijn <casper@meijn.net>
0002  * SPDX-License-Identifier: GPL-3.0-or-later
0003  *
0004  */
0005 
0006 #ifndef WSDISCOVERYSERVICEAGGREGATOR_P_H
0007 #define WSDISCOVERYSERVICEAGGREGATOR_P_H
0008 
0009 #include "wsdiscoverytargetservice.h"
0010 #include <QObject>
0011 #include <QSharedPointer>
0012 
0013 class WSDiscoveryServiceAggregatorPrivate
0014 {
0015 public:
0016     QHash<QString, QSharedPointer<WSDiscoveryTargetService>> targetServiceMap;
0017 };
0018 
0019 #endif // WSDISCOVERYSERVICEAGGREGATOR_P_H