[clazy] [Bug 478293] New: clazy-connect-non-signal check fails in case signal is extracted to variable

Alexander Lohnau bugzilla_noreply at kde.org
Sat Dec 9 08:47:41 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=478293

            Bug ID: 478293
           Summary: clazy-connect-non-signal check fails in case signal is
                    extracted to variable
    Classification: Developer tools
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: alexander.lohnau at gmx.de
                CC: smartins at kde.org
  Target Milestone: ---

auto skipSignal = &AskUserActionInterface::askUserSkipResult;
q->connect(askUserActionInterface, skipSignal, q, [=](KIO::SkipDialog_Result
result, KJob *parentJob) {

/home/user/kde/src/kio/src/core/chmodjob.cpp:209:21: warning: couldn't find
method from pmf connect, please report a bug [-Wclazy-connect-non-signal]
                    q->connect(askUserActionInterface, skipSignal, q,
[=](KIO::SkipDialog_Result result, KJob *parentJob) {
                    ^

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list