Skip to content
  • Elvis Angelaccio's avatar
    Drop unused event loop code · 0fffb964
    Elvis Angelaccio authored
    The event loop in the QThread's run() method was only necessary when
    CliInterface was running in another thread, but this is no longer
    happening. This event loop does not even start because when doWork()
    returns, `result` has already been emitted, resulting in q->isRunning()
    being false.
    
    This also means that we can drop m_isRunning, removing a possible
    source of race conditions.
    0fffb964