redesigned QZeroConfService as shared data, wip compiles on mac

This commit is contained in:
Matthias Kollmann
2017-10-06 15:55:46 +02:00
parent bc68e2b157
commit 5895c408be
7 changed files with 221 additions and 45 deletions

View File

@@ -64,8 +64,8 @@ public:
DNSServiceRef dnssRef, browser, resolver;
DNSServiceProtocol protocol;
QSocketNotifier *bs, *browserSocket, *resolverSocket, *addressSocket;
QZeroConfService *newService;
QList<QZeroConfService *> work;
QZeroConfService newService;
QList<QZeroConfService> work;
QByteArray txt;
public slots: