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).
This commit is contained in:
Red Bear OS Builder
2026-07-27 09:50:22 +09:00
parent 101ce11844
commit ac993e9d9e
@@ -7,6 +7,7 @@
#include <QApplication>
#include <QCommandLineParser>
#include <QDBusConnection>
#include <QDBusConnectionInterface>
#include <QDBusError>
#include <QFile>
#include <QLoggingCategory>