┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/trash
diff options
context:
space:
mode:
authorAhmad Samir <[email protected]>2021-07-17 14:36:54 +0200
committerAhmad Samir <[email protected]>2021-07-19 09:57:58 +0000
commit32c1bd71880b3987700aee2d42bfba83c7a1a3bd (patch)
treecfd323824759676deccbab8a036953ff2caf10e5 /src/trash
parent0b81b4baf9c7eebbdcf45745077d5a009635b9c8 (diff)
Clean up KF API older than 5.82
GIT_SILENT
Diffstat (limited to 'src/trash')
-rw-r--r--src/trash/dolphintrash.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trash/dolphintrash.cpp b/src/trash/dolphintrash.cpp
index 8684cda06..df8834556 100644
--- a/src/trash/dolphintrash.cpp
+++ b/src/trash/dolphintrash.cpp
@@ -22,11 +22,7 @@ Trash::Trash()
// The trash icon must always be updated dependent on whether
// the trash is empty or not. We use a KDirLister that automatically
// watches for changes if the number of items has been changed.
-#if KIO_VERSION < QT_VERSION_CHECK(5, 82, 0)
- m_trashDirLister->setAutoErrorHandlingEnabled(false, nullptr);
-#else
m_trashDirLister->setAutoErrorHandlingEnabled(false);
-#endif
m_trashDirLister->setDelayedMimeTypes(true);
auto trashDirContentChanged = [this]() {
bool isTrashEmpty = m_trashDirLister->items().isEmpty();