From d47557dcd17a028596c4e0e7b0aabc5db4847bed Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 4 Sep 2014 18:33:04 +0200 Subject: Port away from KonqOperations::renameV2. Tested. The if before the connect looks suspicious to me, though. --- src/views/dolphinview.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/views/dolphinview.h') 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 -- cgit v1.3