mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
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
|
|
@ -60,7 +60,8 @@ class FileIgnoreProxy : public QSortFilterProxyModel {
|
|||
|
||||
void setBlockedPaths(QStringList paths);
|
||||
|
||||
const SeparatorPrefixTree<'/'>& blockedPaths() const;
|
||||
inline const SeparatorPrefixTree<'/'>& blockedPaths() const { return blocked; }
|
||||
inline SeparatorPrefixTree<'/'>& blockedPaths() { return blocked; }
|
||||
|
||||
protected:
|
||||
bool filterAcceptsColumn(int source_column, const QModelIndex& source_parent) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue