Workaround: find declarations for constructor argument hints
ClosedPublic

Authored by mwolff on Jan 8 2018, 10:31 PM.

Details

Summary

For non-namespaced constructors we can find the declarations by
manually adding the identifier a second time before the lookup,
as that gives us the proper QID. This allows us to find the
declaration for many situations, most notably for most Qt classes.

Diff Detail

Repository
R32 KDevelop
Lint
No Linters Available
Unit
No Unit Test Coverage
mwolff created this revision.Jan 8 2018, 10:31 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJan 8 2018, 10:31 PM
mwolff requested review of this revision.Jan 8 2018, 10:31 PM
kfunk accepted this revision.Jan 9 2018, 7:32 AM
This revision is now accepted and ready to land.Jan 9 2018, 7:32 AM
This revision was automatically updated to reflect the committed changes.