Skip to content
  • Ulf Hermann's avatar
    QmlDebug: Decouple QmlDebugConnection and QmlDebugClient · 239ed56f
    Ulf Hermann authored
    
    
    The protected methods of QmlDebugClient need to be called by
    QmlDebugConnection already. We also want to call them directly for
    testing, so we make them public rather than having QmlDebugConnection
    be a friend. By using a QPointer, we can avoid resetting the connection
    on each client when it is deleted.
    
    Change-Id: I2c0e3d2b8ec19e9acbc6b8f5623b4c28caae319a
    Reviewed-by: default avatarhjk <hjk@qt.io>
    239ed56f