Stopped starting synergy when server is detected
This commit is contained in:
parent
5afd94edb3
commit
7c02369437
|
@ -83,10 +83,6 @@ void ZeroconfService::serverDetected(const QList<ZeroconfRecord>& list)
|
||||||
record.serviceName));
|
record.serviceName));
|
||||||
m_pMainWindow->serverDetected(record.serviceName);
|
m_pMainWindow->serverDetected(record.serviceName);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!list.isEmpty()) {
|
|
||||||
m_pMainWindow->startSynergy();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ZeroconfService::clientDetected(const QList<ZeroconfRecord>& list)
|
void ZeroconfService::clientDetected(const QList<ZeroconfRecord>& list)
|
||||||
|
|
Loading…
Reference in New Issue