diff options
| author | Peter Penz <[email protected]> | 2007-05-12 13:41:31 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-12 13:41:31 +0000 |
| commit | d524b384c359d48eb13dd9cb3dd23ba99bbaa093 (patch) | |
| tree | 4a2755ec64c88a11474896b45b84acd786c9e3e8 /src/dolphindetailsview.h | |
| parent | 794911106c265c8691689f601e4aed0862aff0b8 (diff) | |
hover fix for the details mode: hovering should only be done on the name column, all other columns behave as viewport area
svn path=/trunk/KDE/kdebase/apps/; revision=663861
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index e90a0bd89..03f1b8d53 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -72,6 +72,15 @@ private slots: */ void synchronizeSortingState(int column); + /** + * Is invoked when the mouse cursor has entered an item. The controller + * gets informed to emit the itemEntered() signal if the mouse cursor + * is above the name column. Otherwise the controller gets informed + * to emit the itemViewportEntered() signal (all other columns should + * behave as viewport area). + */ + void slotEntered(const QModelIndex& index); + void zoomIn(); void zoomOut(); |
