Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.9.0
-
None
Description
Hello,
QtCreator's "Find usages" feature seems to be including member function parameters from member function declarations (and only declarations) that match the name of the member function I'm looking for. I hope that attached screenshot will clarify the issue.
This seems to be happening just for function declarations of the same class, parameters of free functions or member functions of another class are not included, even if declared in the same header file so it's not as if it's just a text search.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-2176 Finding usages of member function has some wrong positives
- Closed