Only select some paths by default - again!
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
5d5fcae501
commit
2cc9b0df06
3 changed files with 18 additions and 7 deletions
|
@ -248,11 +248,6 @@ void FileIgnoreProxy::setBlockedPaths(QStringList paths)
|
|||
endResetModel();
|
||||
}
|
||||
|
||||
const SeparatorPrefixTree<'/'>& FileIgnoreProxy::blockedPaths() const
|
||||
{
|
||||
return blocked;
|
||||
}
|
||||
|
||||
bool FileIgnoreProxy::filterAcceptsColumn(int source_column, const QModelIndex& source_parent) const
|
||||
{
|
||||
Q_UNUSED(source_parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue