Skip to content

VNC: replace m_stopped with QThread's interruptionRequested

It's an out-of-line function call, but it doesn't require a mutex for most uses.

The uses in the callbacks are replaced with isRunning(), because interruptionRequested resets back to false as soon as run() exits.

BUG: 486178

Merge request reports