┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-06 22:11:28 +0000
committerPeter Penz <[email protected]>2010-01-06 22:11:28 +0000
commit229cbd7ac2437dad26656ec0527f816129463efa (patch)
tree46b6d768400779fedaeb271cbffdbaf50d86af83 /src/dolphinview.h
parent743b502a0e0821d6ab4dbb02d9bab029b957f4a2 (diff)
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
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h2
1 files changed, 1 insertions, 1 deletions
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