From f6c7b90edf05a52fba6e2a06caa0247e909b43e8 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 26 Jan 2008 21:45:28 +0000 Subject: Blend in a toggle button when hovering items. This allows selecting items without using the rubberband or Ctrl/Shift-keys in the single-click mode. Any feedback from users is highly welcome (I think people will either love or hate this feature, I'm really not sure -> it can be turned off too). svn path=/trunk/KDE/kdebase/apps/; revision=766901 --- src/dolphiniconsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index ade58e156..05b21a2b0 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -71,6 +71,7 @@ private slots: void slotAdditionalInfoChanged(); void zoomIn(); void zoomOut(); + void requestActivation(); private: bool isZoomInPossible() const; -- cgit v1.3.1