┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/trash
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2023-07-05 22:44:40 +0200
committerNicolas Fella <[email protected]>2023-07-05 22:44:40 +0200
commitf510339f033658eae27f8400bf042b78b36f82f2 (patch)
treef5ada1ed265b86f6ae44b71218099ec383dd15de /src/trash
parentcd2e64154fd5446a7e19aff4cb147efe2f2ba31e (diff)
parented2d352c42a6d517d4f29b3582c0e00aa34fe647 (diff)
Merge branch 'master' into kf6
Diffstat (limited to 'src/trash')
-rw-r--r--src/trash/dolphintrash.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trash/dolphintrash.cpp b/src/trash/dolphintrash.cpp
index ea13100c6..bbc9c579f 100644
--- a/src/trash/dolphintrash.cpp
+++ b/src/trash/dolphintrash.cpp
@@ -67,3 +67,5 @@ bool Trash::isEmpty()
KConfig trashConfig(QStringLiteral("trashrc"), KConfig::SimpleConfig);
return (trashConfig.group("Status").readEntry("Empty", true));
}
+
+#include "moc_dolphintrash.cpp"