Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
Qt Creator 2.1.0, Qt Creator 3.0.1
-
None
-
MacOS 10.6.7
SDKTestRound5
Description
for example,
QString name; QString plainName = name.remove();
if cursor on remove() and press F1, qtcreator will show its help correct.
But when remove the last ; as
QString name; QString plainName = name.remove()
qtcreator will complain "No documentation available."
Anyway the type info is enough so qtcreator should show correct help info.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-8428 F1 (help) on a existing Qt function with not enough parameters --> No documentation available
- Closed
- replaces
-
QTCREATORBUG-10134 When trying to get the help to show for a class that is used in a line that is not correct it does not show
- Closed