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

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

XMLWordPrintable

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

      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]

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes