diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 688699096..1c5ecd57e 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -625,7 +625,10 @@ private slots: */ void slotTrashFileFinished(KJob* job); - void slotRenamingFailed(const KUrl& oldUrl, const KUrl& newUrl); + /** + * Invoked when the rename job is done, for error handling. + */ + void slotRenamingResult(KJob* job); /** * Invoked when the file item model has started the loading |
