diff options
| author | Peter Penz <[email protected]> | 2008-02-21 17:34:14 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-21 17:34:14 +0000 |
| commit | e086d709d83243b31f96b2a68801f73f27885846 (patch) | |
| tree | babe4c423a1efa5d628a17c5925312fea99a9e29 /src/dolphindetailsview.h | |
| parent | 518372394da1f58da8e69acbb981a97db375e739 (diff) | |
stay consistent with the QListView behavior: changed the current index also changes the selection
svn path=/trunk/KDE/kdebase/apps/; revision=777817
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: /** |
