diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 2 |
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 |
