diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/trash/dolphintrash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trash/dolphintrash.cpp b/src/trash/dolphintrash.cpp index cb2e3be66..815709440 100644 --- a/src/trash/dolphintrash.cpp +++ b/src/trash/dolphintrash.cpp @@ -41,6 +41,7 @@ Trash::Trash() emit emptinessChanged(isTrashEmpty); }; connect(m_trashDirLister, static_cast<void(KDirLister::*)()>(&KDirLister::completed), this, trashDirContentChanged); + connect(m_trashDirLister, &KDirLister::itemsDeleted, this, trashDirContentChanged); m_trashDirLister->openUrl(QStringLiteral("trash:/")); } |
