clazy-fully-qualified-moc-types detecting missing namespace in KAth Helper. As per KAth Helper documentation https://techbase.kde.org/Development/Tutorials/KAuth/Helper_HowTo#How_the_helper_mechanism_works: The first thing you should note is using namespace KAuth. This directive is compulsory as each action's signature must look like this: ActionReply <actionname>(QVariantMap args); I.e. ActionReplay must be without namespace. This triggers a warning.
A possibly relevant merge request was started @ https://invent.kde.org/sdk/clazy/-/merge_requests/64
Git commit 18d37db546744f629d13414cfd390f74958a2ba0 by Ivan Čukić, on behalf of Ilya Pominov. Committed on 07/02/2023 at 23:24. Pushed by ivan into branch 'master'. Fix clazy-fully-qualified-moc-types check for ActionReply ActionReplay in KAuth must be without namespace M +5 -0 src/checks/level0/fully-qualified-moc-types.cpp https://invent.kde.org/sdk/clazy/commit/18d37db546744f629d13414cfd390f74958a2ba0