File: wsdiscoveryserviceaggregator_p.h

package info (click to toggle)
kdsoap-ws-discovery-client 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 356 kB
  • sloc: cpp: 794; sh: 8; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-FileCopyrightText: 2020 Casper Meijn <casper@meijn.net>
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 */

#ifndef WSDISCOVERYSERVICEAGGREGATOR_P_H
#define WSDISCOVERYSERVICEAGGREGATOR_P_H

#include "wsdiscoverytargetservice.h"
#include <QObject>
#include <QSharedPointer>

class WSDiscoveryServiceAggregatorPrivate
{
public:
    QHash<QString, QSharedPointer<WSDiscoveryTargetService>> targetServiceMap;
};

#endif // WSDISCOVERYSERVICEAGGREGATOR_P_H