GenericProject: remove trailing "/" from .includes paths
Paths in the .includes file are user edited and may contain trailing
slashes.
If these are not filtered out, the CppCompletionAssistProcessor
suggestions are missing the first character (e.g. rc/, not src/).
Change-Id: I19b4c811d504042d0a4eb4ee8961818b3e17051c
Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
Please register or sign in to comment