From e086d709d83243b31f96b2a68801f73f27885846 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 21 Feb 2008 17:34:14 +0000 Subject: stay consistent with the QListView behavior: changed the current index also changes the selection svn path=/trunk/KDE/kdebase/apps/; revision=777817 --- src/dolphindetailsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 14e995f6b..295936258 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -59,6 +59,7 @@ protected: virtual void keyPressEvent(QKeyEvent* event); virtual void resizeEvent(QResizeEvent* event); virtual void wheelEvent(QWheelEvent* event); + virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous); private slots: /** -- cgit v1.3.1