[clazy] [Bug 375264] New: False positives reported for "not a signal"

Allen Winter bugzilla_noreply at kde.org
Wed Jan 18 22:38:18 GMT 2017


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

            Bug ID: 375264
           Summary: False positives reported for "not a signal"
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: winter at kde.org
                CC: smartins at kde.org
  Target Milestone: ---

running the current clazy built from git master I'm seeing these false
positives in kdstatemachineeditor
(git at github.com:KDAB/KDStateMachineEditor.git)

3. clazy-connect-non-signal...  OOPS! 21 issues found!

 
/home/allen/projects/kdstatemachineeditor/src/view/quick/quickrecursiveinstantiator.cpp
    line 68: connect(m_model, &QAbstractItemModel::modelReset, this,
&QuickRecursiveInstantiator::modelReset);
    => QAbstractItemModel::modelReset is not a signal 
    line 69: connect(m_model, &QAbstractItemModel::rowsInserted, this,
&QuickRecursiveInstantiator::rowsInserted);
    => QAbstractItemModel::rowsInserted is not a signal 
    line 70: connect(m_model, &QAbstractItemModel::rowsAboutToBeRemoved, this,
&QuickRecursiveInstantiator::rowsAboutToBeRemoved);
    => QAbstractItemModel::rowsAboutToBeRemoved is not a signal 
    line 71: connect(m_model, &QAbstractItemModel::destroyed, this,
&QuickRecursiveInstantiator::modelDestroyed);
    => QObject::destroyed is not a signal

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


More information about the Unassigned-bugs mailing list