Skip to content
Commit 8ebac86b authored by Milian Wolff's avatar Milian Wolff
Browse files

Jump to declaration when definition file doesn't belong to a project

A common scenario for me is Ctrl-clicking on a use of a Qt signal.
When I do that, I do not want to jump to the file generated by moc,
but rather to the header where the signal is declared.

This patch implements this behavior by checking whether we can find
a project for the definition's file. If not, we jump to the
declaration.
parent 292d0ffd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment