From 229cbd7ac2437dad26656ec0527f816129463efa Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 6 Jan 2010 22:11:28 +0000 Subject: Send the selectionChanged() signal without delay in case the selection has been changed from 0 to n or from n to 0. This ensure that the edit-actions are updated without delay. BUG: 210256 svn path=/trunk/KDE/kdebase/apps/; revision=1070844 --- src/dolphinview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 2120e1ee0..91a66ddcc 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -600,7 +600,7 @@ private slots: * the signal is emitted only after no selection change has been done * within a small delay. */ - void emitDelayedSelectionChangedSignal(); + void slotSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected); /** * Is called by emitDelayedSelectionChangedSignal() and emits the -- cgit v1.3