Skip to content
  • Ulf Hermann's avatar
    QmlProfiler: Send the client recording state to new engines · 030acfdf
    Ulf Hermann authored
    
    
    Otherwise some engine can stop recording by sending a "Complete" event
    and that will be the state we send to any new engines, although the
    recording button was checked when the recording started.
    
    Also, don't redirect state changes and the associated recording state
    sending through a signal and slot. This allows us to remove the
    "enabled" property of QmlProfilerTraceClient and adapt the signature
    of sendRecordingStatus() to facilitate the redirection of newEngine()
    through the client manager.
    
    Task-number: QTCREATORBUG-13317
    Change-Id: Ie9dc6785eb761514bc96aaf5724f7b23d3c2932e
    Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
    030acfdf