Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 6.0.0-beta1
-
04d49fb77179a554a692a930c32afed815dd9f21 (qt-creator/tqtc-qt-creator/6.0)
Description
Example: session.cpp in Qt Creator sources.
- Every entry seems to be split into multiple items, one labeled with only the class name, one labeled only with the function name
- All kinds of things are included, even calls to functions within the code and function pointers that are used in the code. The locator filter should only contain declarations/definitions. Probably also not declarations of local variables in functions.
- The items for functions should contain the function parameters (e.g. for distinguishing overloads)