aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileIgnoreProxy.cpp
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-03-08 18:10:52 +0000
committerTheKodeToad <TheKodeToad@proton.me>2023-03-08 18:10:52 +0000
commit2cc9b0df068ace61c60217973d4d66412cb53968 (patch)
tree3f73f815dbfe4de9d69ae95754b4b1adda55ef95 /launcher/FileIgnoreProxy.cpp
parent5d5fcae5010ce0860bef23d161f0b0d698ade1ab (diff)
downloadPrismLauncher-2cc9b0df068ace61c60217973d4d66412cb53968.tar.gz
PrismLauncher-2cc9b0df068ace61c60217973d4d66412cb53968.tar.bz2
PrismLauncher-2cc9b0df068ace61c60217973d4d66412cb53968.zip
Only select some paths by default - again!
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/FileIgnoreProxy.cpp')
-rw-r--r--launcher/FileIgnoreProxy.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/launcher/FileIgnoreProxy.cpp b/launcher/FileIgnoreProxy.cpp
index 7dda0290..fd05624a 100644
--- a/launcher/FileIgnoreProxy.cpp
+++ b/launcher/FileIgnoreProxy.cpp
@@ -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)