diff options
| author | Roman Inflianskas <[email protected]> | 2018-03-03 19:44:56 +0300 |
|---|---|---|
| committer | Roman Inflianskas <[email protected]> | 2018-03-11 17:32:33 +0300 |
| commit | f16fbcba4e9ed3cd48cb2c1a40c01daf1d511f4b (patch) | |
| tree | 2dd71c3a19bb24ff82fc7d655f42c5040294a520 /src/panels/places/placesitem.h | |
| parent | 0c9343d614872b88da59a7c1a18d19c8df83739f (diff) | |
Add Trash (empty, isEmpty, emptinessChanged)
Summary: Add `Trash` class to handle all trash operations.
Reviewers: elvisangelaccio, markg, ngraham
Reviewed By: elvisangelaccio, markg, ngraham
Subscribers: ngraham, markg, rkflx, elvisangelaccio, #dolphin
Differential Revision: https://phabricator.kde.org/D11012
Diffstat (limited to 'src/panels/places/placesitem.h')
| -rw-r--r-- | src/panels/places/placesitem.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/panels/places/placesitem.h b/src/panels/places/placesitem.h index 680590dcd..3de626983 100644 --- a/src/panels/places/placesitem.h +++ b/src/panels/places/placesitem.h @@ -92,12 +92,6 @@ private: void onAccessibilityChanged(); /** - * Is invoked if the listing of the trash has been completed. - * Updates the state of the trash-icon to be empty or full. - */ - void onTrashDirListerCompleted(); - - /** * Applies the data-value from the role to m_bookmark. */ void updateBookmarkForRole(const QByteArray& role); |
