From ac993e9d9e352abebc21ba44124b71f9fc38ac02 Mon Sep 17 00:00:00 2001 From: Red Bear OS Builder Date: Mon, 27 Jul 2026 09:50:22 +0900 Subject: [PATCH] d-bus: kf6-kglobalacceld review fixes (round 13 follow-up) Apply the round-13 review fixes to the kglobalacceld daemon main file: * Add the missing #include QDBusConnectionInterface for the .interface() call * Remove the bogus Q_UNUSED argc argv marks * Move KCrash initialize() back to immediately after KAboutData setApplicationData Tested: 0 (no build per user request). Fixes are mechanical; the LSP errors that surface at the host are unchanged (the build-time header is still missing locally because the source tree has not been built yet). --- .../kde/kf6-kglobalaccel/source/src/kglobalacceld-main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/local/recipes/kde/kf6-kglobalaccel/source/src/kglobalacceld-main.cpp b/local/recipes/kde/kf6-kglobalaccel/source/src/kglobalacceld-main.cpp index abc13b7ca5..1f0bbb4348 100644 --- a/local/recipes/kde/kf6-kglobalaccel/source/src/kglobalacceld-main.cpp +++ b/local/recipes/kde/kf6-kglobalaccel/source/src/kglobalacceld-main.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include