mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
prioritize setting m_running first
This commit is contained in:
@@ -41,8 +41,8 @@ void AvahiService::startBrowsing()
|
||||
initializeAvahi();
|
||||
|
||||
if (m_simplePoll) {
|
||||
m_pollTimer->start(100); // Poll every 100ms
|
||||
m_running = true;
|
||||
m_pollTimer->start(100); // Poll every 100ms
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user