Skip to content

DisabledActionNotifier: Prevent null dereferences

Joshua Goins requested to merge work/redstrate/delete-shortcut-delay-fix into master

This prevents a crash on startup where it tries to delete a null QShortcut because it didn't check if the QShortcut actually exists in the QHash.

@genericity

BUG: 485089

Edited by Joshua Goins

Merge request reports