diff options
| author | Nicolas Fella <[email protected]> | 2023-07-05 22:44:40 +0200 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2023-07-05 22:44:40 +0200 |
| commit | f510339f033658eae27f8400bf042b78b36f82f2 (patch) | |
| tree | f5ada1ed265b86f6ae44b71218099ec383dd15de /src/trash | |
| parent | cd2e64154fd5446a7e19aff4cb147efe2f2ba31e (diff) | |
| parent | ed2d352c42a6d517d4f29b3582c0e00aa34fe647 (diff) | |
Merge branch 'master' into kf6
Diffstat (limited to 'src/trash')
| -rw-r--r-- | src/trash/dolphintrash.cpp | 2 |
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" |
