Skip to content
Commit f40c3d8e authored by David Edmundson's avatar David Edmundson
Browse files

Handle all roles in TaskManager

TaskManager is used by third parties they may call other roles. Attaching gammaray
would call all roles. Something on my system is called EditRole.

Q_UNREACHABLE is a dangerous call to make for anything not actually guarded.
It tells the compiler it doesn't need to bother inserting a `ret` call to
pop the stack so anything could happen. Fortunately debug builds assert.
parent 64534128
Pipeline #333377 passed with stage
in 44 minutes and 7 seconds
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