Skip to content

GlobalShortcutsregistry: Components should be torn down first

Ahmad Samir requested to merge work/ahmad/tryfix into master

Unregistering a Component calls component->dbusPath().path(), which in turn calls _registry->dbusPath().path(), so m_components should be cleared first thing in GlobalShortcutsregistry's destructor.

GIT_SILENT

Merge request reports