[clazy] [Bug 431186] New: QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Tue Jan 5 16:23:19 GMT 2021
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: unassigned-bugs at kde.org
Reporter: joshua.l.hertz at gmail.com
CC: smartins at kde.org
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 the assignee for the bug.
More information about the Unassigned-bugs
mailing list