Skip to content
Snippets Groups Projects
Commit a253a699 authored by Christian Kamm's avatar Christian Kamm
Browse files

Do never offer signature autocompletion for constructor calls.


They should always use the function parameter tooltip.

This fixes a bug where you were offered completion for
C foo( -> C foo(int x)
if C had a constructor taking int x.

Reviewed-by: default avatarThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
parent 5e0e9758
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment