https://bugs.kde.org/show_bug.cgi?id=457478
Bug ID: 457478 Summary: Incorrect warning [clazy-fully-qualified-moc-types] in KDE Framework Product: clazy Version: unspecified Platform: unspecified OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: ipomi...@astralinux.ru CC: smart...@kde.org Target Milestone: --- 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. -- You are receiving this mail because: You are watching all bug changes.