Skip to content
  • Ulf Hermann's avatar
    QmlProfiler: Deobfuscate connection mechanism · a841dceb
    Ulf Hermann authored
    
    
    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: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
    a841dceb