Skip to content

Add `using namespace KdeDGlobalAccel` to unclutter the code

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

It looks like the KdeDGlobalAccel namespace was added a long time ago to prevent name clashes between Component and a class in Carbon with the same name.

Maybe we could just remove the namespace and rename the class to e.g. KGShortcutComponent?

GIT_SILENT

Merge request reports