mirror of
https://github.com/jbagg/QtZeroConf.git
synced 2025-08-04 11:44:25 +02:00
tweak readme
This commit is contained in:
@@ -97,14 +97,14 @@ If you are browsing for services published using both ipv4 and ipv6 ( QAbstractS
|
||||
|
||||
Only one browser can be in use per instance of QzeroConf.
|
||||
|
||||
**Txt records** are placed into a QMap called txt within the discovered service. For example, the txt record value of "Qt=The Best!" can be retrieved with the code...
|
||||
**Txt records** are placed into a QMap called txt within the discovered service. For example, the value of txt record "Qt=The Best!" can be retrieved with the code...
|
||||
|
||||
```c++
|
||||
qDebug() << zcs->txt["Qt"]
|
||||
qDebug() << zcs->txt["Qt"];
|
||||
```
|
||||
|
||||
### Build Dependencies
|
||||
|
||||
Qt5
|
||||
|
||||
On Linux, avahi-client-dev and avahi-common-dev
|
||||
On Linux, libavahi-client-dev and libavahi-common-dev
|
Reference in New Issue
Block a user