Skip to content
Commit 1bcf7561 authored by Ahmad Samir's avatar Ahmad Samir
Browse files

[FileFilter] Create HotSpot's for files in child dirs too

Match files in subdirs of the current dir too, this enables opening
files from the output of e.g. `grep`.

Also use QSet::cbegin/cend to prevent detaching (if the container is not
const, calling begin/end on it will make it detach).

This partially reverts 0b489b0c.
parent 46e17c9c
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