Skip to content

Handle all roles in TaskManager

David Edmundson requested to merge work/tm_role-handle into master

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.

Merge request reports