From c8dffc433caacc9955b3054f6255ae50176e5533 Mon Sep 17 00:00:00 2001 From: Eugene Popov Date: Thu, 28 Dec 2023 12:06:09 +0200 Subject: Always automatically choose a new file name while duplicating Since now when duplicating items we automatically generate a name for the new item, we can do the same if an item with that name already exists. BUG: 475410 --- src/views/dolphinview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index c1463de6d..d4f82ae2f 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -695,6 +695,7 @@ private Q_SLOTS: void slotRenameDialogRenamingFinished(const QList &urls); void slotSelectedItemTextPressed(int index); void slotItemCreatedFromJob(KIO::Job *, const QUrl &, const QUrl &to); + void slotItemLinkCreatedFromJob(KIO::Job *, const QUrl &, const QString &, const QUrl &to); void slotIncreaseZoom(); void slotDecreaseZoom(); void slotSwipeUp(); -- cgit v1.3