Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Matthias Kollmann
2017-10-16 17:32:39 +02:00
7 changed files with 100 additions and 15 deletions

View File

@@ -74,12 +74,14 @@ public:
~QZeroConf();
void startServicePublish(const char *name, const char *type, const char *domain, quint16 port);
void stopServicePublish(void);
bool publishExists(void);
inline void startBrowser(QString type)
{
startBrowser(type, QAbstractSocket::IPv4Protocol);
}
void startBrowser(QString type, QAbstractSocket::NetworkLayerProtocol protocol);
void stopBrowser(void);
bool browserExists(void);
void addServiceTxtRecord(QString nameOnly);
void addServiceTxtRecord(QString name, QString value);
void clearServiceTxtRecords();