Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-25336

QCheckBox::stateChanged is not a signal [clazy-connect-non-signal]

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 4.14.0
    • None
    • macOS 11.2
    • macOS

    Description

      In a C++ project I have a class derived from QCheckBox, I connect to the signal stateChanged:

      ```

      cnSignal = QObject::connect(this ,&clsQtCheckBox::stateChanged ,[pobjScriptEng, pobjCheckBox, strCall, strScript]() { 

      ...

      ```

      This has to the right of it:

      QCheckBox::stateChanged is not a signal [clazy-connect-non-signal]

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kandeler Christian Kandeler
              simonplatten Simon Platten
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes