Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.14.0
-
None
-
macOS 11.2
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
- duplicates
-
QTCREATORBUG-25165 clazy-connect-non-signal mis-reporting
- Closed