diff options
| author | Ahmad Samir <[email protected]> | 2022-09-07 21:55:45 +0200 |
|---|---|---|
| committer | Ahmad Samir <[email protected]> | 2022-10-16 13:13:22 +0200 |
| commit | a0c0b43b97017280f6290fc720f41307a5b85d22 (patch) | |
| tree | c4fbabf4e77aedd0e0197fc54a45aaa66f3d628d /src/trash/dolphintrash.h | |
| parent | 673c54ce35874ba396fad935cd5f0512a129220b (diff) | |
DolphinTrash: port away from deprecated KIO API
Also change empty() method to return void, nothing was using the KJob * it was returning.
Diffstat (limited to 'src/trash/dolphintrash.h')
| -rw-r--r-- | src/trash/dolphintrash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trash/dolphintrash.h b/src/trash/dolphintrash.h index 2ee85e89a..c65cf9232 100644 --- a/src/trash/dolphintrash.h +++ b/src/trash/dolphintrash.h @@ -25,7 +25,7 @@ public: Trash& operator=(Trash &&) = delete; static Trash& instance(); - static KIO::Job* empty(QWidget *window); + static void empty(QWidget *window); static bool isEmpty(); Q_SIGNALS: |
