Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.1.0, Qt Creator 4.10.0
-
Windows Vista x64
-
84865016eabc42605337b6776d93f3f46b8f2535 (qt-creator/qt-creator/master)
Description
When I open Qt as project and search for QString::size() by typing "m size" in the Locator bar, the Locator shows a whole bunch of functions named "size" but they are not sorted by class. This makes finding the right one hard.
I'd like to see something like:
size() QClassC
size() QClassD
size() const QClassA
size() const QClassB