Skip to content
Commit 0fffb964 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Drop unused event loop code

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.
parent d050af5c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment