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-b...@kde.org
          Reporter: alexander.loh...@gmx.de
                CC: smart...@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 watching all bug changes.

Reply via email to