summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/listener.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/listener.cpp b/common/listener.cpp
index d3ef0f1..f18fe1d 100644
--- a/common/listener.cpp
+++ b/common/listener.cpp
@@ -70,6 +70,7 @@ Listener::Listener(const QByteArray &resourceInstanceIdentifier, const QByteArra
70 quit(); 70 quit();
71 } 71 }
72 }); 72 });
73 m_checkConnectionsTimer->start();
73 74
74 // TODO: experiment with different timeouts 75 // TODO: experiment with different timeouts
75 // or even just drop down to invoking the method queued? => invoke queued unless we need throttling 76 // or even just drop down to invoking the method queued? => invoke queued unless we need throttling