From 1ba5168e39b270744a8e5c033ec24900b337f908 Mon Sep 17 00:00:00 2001 From: Jin Liu Date: Fri, 11 Oct 2024 16:21:14 +0800 Subject: dolphinview: when rename dialog finishes, immediately update the model and the selection On sucessful return of the rename dialog, we update the model and the selection immediately to reflect the new name. This is to avoid the short duration after the rename during which the selection is lost. Currently, after the rename dialog finishes, the selection is briefly lost for about 1 second until the view automatically refreshes. This patch updates the model and selection immediately after the dialog finishes, so the renamed file is still selected. BUG: 481717 --- src/views/dolphinview.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index c985f4eb9..e78a9ca9d 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -698,7 +698,6 @@ private Q_SLOTS: void slotItemDropEvent(int index, QGraphicsSceneDragDropEvent *event); void slotModelChanged(KItemModelBase *current, KItemModelBase *previous); void slotMouseButtonPressed(int itemIndex, Qt::MouseButtons buttons); - 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); -- cgit v1.3.1