diff options
| author | David Faure <[email protected]> | 2014-08-22 10:16:48 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2014-08-22 10:16:48 +0200 |
| commit | ee946d362c64ee35af932b3cad54d23ad786fe55 (patch) | |
| tree | 167edee2c9f91fc6f572a006c9b28551809ec809 /src/views/dolphinview.h | |
| parent | e44ddfa5ab16af7cdcfc1c835e1baa8b32beaa67 (diff) | |
Port away from KonqOperations::askDeleteConfirmation and KonqOperations::del
and remove them. Porting docs added to https://community.kde.org/Frameworks/Porting_Notes#libkonq
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index e7a030aac..688699096 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -619,6 +619,12 @@ private slots: */ void slotDeleteFileFinished(KJob* job); + /** + * Indicates in the status bar that the trash operation + * of the job \a job has been finished. + */ + void slotTrashFileFinished(KJob* job); + void slotRenamingFailed(const KUrl& oldUrl, const KUrl& newUrl); /** |
