Skip to content
Commit 399c1288 authored by Ahmad Samir's avatar Ahmad Samir Committed by Nicolas Fella
Browse files

Fix includes when building the kglobalaccel dbus interface

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<KGlobalShortcutInfo> > globalShortcutsByKey(const QKeySequence &key, KGlobalAccel::MatchType matchType)

And kglobalaccel.h already includes kglobalshortcutinfo.h

(cherry picked from commit 1ae254ab)
(cherry picked from commit a5e1f2c0)
parent 2a8d51a4
Pipeline #197553 passed with stage
in 2 minutes and 56 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment