fixed the example after testing

This commit is contained in:
Matthias Kollmann
2017-10-17 08:56:41 +02:00
parent 3ec3630048
commit 2ab99b3772

View File

@@ -55,7 +55,7 @@ mainWindow::mainWindow()
connect(&zeroConf, SIGNAL(serviceAdded(QZeroConfService )), this, SLOT(addService(QZeroConfService )));
connect(&zeroConf, SIGNAL(serviceRemoved(QZeroConfService )), this, SLOT(removeService(QZeroConfService )));
zeroConf.startBrowser("_workstation._tcp");
zeroConf.startBrowser("_qtzeroconf_test._tcp");
startPublish();
}