diff options
| author | Peter Penz <[email protected]> | 2008-10-26 13:04:33 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-26 13:04:33 +0000 |
| commit | 22d22a9cd701b726366f6c6feaf31842cbb50ca4 (patch) | |
| tree | 17db9b4638fe78742abda630d03203941d9e9054 /src/dolphinstatusbar.h | |
| parent | d133875139fe10d8cad5b2f059fb47ab92e4637b (diff) | |
Show the iconsize of zoom sliders as tooltip (code shamelessly stolen from Rafael's patch in kfilewidget ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=876081
Diffstat (limited to 'src/dolphinstatusbar.h')
| -rw-r--r-- | src/dolphinstatusbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinstatusbar.h b/src/dolphinstatusbar.h index c959410aa..a5062928c 100644 --- a/src/dolphinstatusbar.h +++ b/src/dolphinstatusbar.h @@ -150,6 +150,7 @@ private slots: void zoomOut(); void zoomIn(); + void showZoomSliderToolTip(int zoomLevel); private: /** |
