[clazy] [Bug 457478] New: Incorrect warning [clazy-fully-qualified-moc-types] in KDE Framework

Ilya Pominov bugzilla_noreply at kde.org
Thu Aug 4 12:48:52 BST 2022


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-bugs at kde.org
          Reporter: ipominov at astralinux.ru
                CC: smartins at 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 the assignee for the bug.


More information about the Unassigned-bugs mailing list