diff options
| author | David Faure <[email protected]> | 2014-09-04 18:33:04 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2014-09-22 22:37:44 +0200 |
| commit | d47557dcd17a028596c4e0e7b0aabc5db4847bed (patch) | |
| tree | 18fd975bf0c943759ef93d6fa629a409a30248be /src/views/dolphinview.h | |
| parent | 4425c659a001887d82664b41c0e4222e21beddbc (diff) | |
Port away from KonqOperations::renameV2.
Tested. The if before the connect looks suspicious to me, though.
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 |
