https://bugs.kde.org/show_bug.cgi?id=431186
Bug ID: 431186
Summary: QAbstractItemView::entered not recognized as a signal
[clazy-connect-non-signal]
Product: clazy
Version: unspecified
Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
When connecting to QAbstractItemView::entered signal, clazy doesn't recognize
it as a signal.
STEPS TO REPRODUCE
1. Subclass a QTreeWidget
2. In the constructor, include something like this:
connect(this, &QTreeWidget::entered, this, []{});
//or//
connect(this, &QAbstractItemView::entered, this, []{});
3. Run clazy
OBSERVED RESULT
Clazy warns that the ::entered signal as not a signal
EXPECTED RESULT
Clazy recognizes the ::entered signal as a signal and no warning is given
SOFTWARE/OS VERSIONS
Windows: 10
macOS:
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version:
KDE Frameworks Version:
Qt Version: 5.12.1
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.