#4991 Removed Zeroconf string suffix from Zeroconf service name

This commit is contained in:
Sarah Hebert 2018-07-04 15:59:30 +01:00 committed by Nick Bolton
parent 21edf3e7f4
commit 9b4d14e085
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ static const QStringList preferedIPAddress(
"10." <<
"172.");
const char* ZeroconfService:: m_ServerServiceName = "_synergyServerZeroconf._tcp";
const char* ZeroconfService:: m_ClientServiceName = "_synergyClientZeroconf._tcp";
const char* ZeroconfService:: m_ServerServiceName = "_synergyServer._tcp";
const char* ZeroconfService:: m_ClientServiceName = "_synergyClient._tcp";
ZeroconfService::ZeroconfService(MainWindow* mainWindow) :
m_pMainWindow(mainWindow),