diff options
| author | Peter Penz <[email protected]> | 2008-01-26 21:45:28 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-26 21:45:28 +0000 |
| commit | f6c7b90edf05a52fba6e2a06caa0247e909b43e8 (patch) | |
| tree | cda08606cd172d460d404f7f822b528985fa8e03 /src/dolphindetailsview.h | |
| parent | 453131d6e8a59af87e943455e26074ce8e3ddae3 (diff) | |
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
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index a9201d8b3..316620a5a 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -130,6 +130,8 @@ private slots: */ void disableAutoResizing(); + void requestActivation(); + private: bool isZoomInPossible() const; bool isZoomOutPossible() const; |
