Add txt records to service publication.

This commit is contained in:
Jonathan Bagg
2017-03-10 20:08:54 -05:00
parent acaa07db15
commit e4e4308942
6 changed files with 77 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ public:
QSocketNotifier *bs, *browserSocket, *resolverSocket, *addressSocket;
QZeroConfService *newService;
QList<QZeroConfService *> work;
QByteArray txt;
public slots:
void bsRead();