QmlProfiler: Deobfuscate connection mechanism

Whenever we create the connection we as well try connectToHost()
immediately instead of deferring it until the next timeout. The
else branch in tryToConnect() would never be executed because if
the connection is there and not connecting or connected, then
the socketState must be != ConnectedState.

Change-Id: I6736b35348671961fbb3a48edb5e9c6c1d7ce915
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-11-26 17:22:10 +01:00
parent d5b8b9c951
commit a841dcebfc
2 changed files with 2 additions and 15 deletions

View File

@@ -93,8 +93,6 @@ private:
class QmlProfilerClientManagerPrivate;
QmlProfilerClientManagerPrivate *d;
void connectToClient();
void createConnection();
void connectClientSignals();
void disconnectClientSignals();