Skip to content

Fix includes when building the kglobalaccel dbus interface

Nicolas Fella requested to merge cherry-pick-1ae254ab into Plasma/5.25

So that KGloalAccel::MatchType can be found: In file included from /builds/plasma/plasma-desktop/kcms/keys/kcm_keys.cpp:23: /builds/plasma/plasma-desktop/_build/kcms/keys/kglobalaccel_interface.h:129:105: error: ‘KGlobalAccel’ has not been declared 129 | inline QDBusPendingReply<QList > globalShortcutsByKey(const QKeySequence &key, KGlobalAccel::MatchType matchType)

And kglobalaccel.h already includes kglobalshortcutinfo.h

(cherry picked from commit 1ae254ab)

Merge request reports