diff options
| author | Frank Reininghaus <[email protected]> | 2014-02-27 09:15:54 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2014-02-27 09:15:54 +0100 |
| commit | 80305554f4dc28003dab35a0687842f7bb03e9de (patch) | |
| tree | 1283cae69353b79cefc67d0c40ec46c499cc2ea8 /src/statusbar/dolphinstatusbar.h | |
| parent | 1eadb296e55b3f3cb455921920e990bd9836549d (diff) | |
| parent | 006f667ab14aff2d067373e7e88bde4800b2d9c2 (diff) | |
Merge branch 'KDE/4.13'
Diffstat (limited to 'src/statusbar/dolphinstatusbar.h')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index b2afe2eb9..4d6dbb20f 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -122,6 +122,12 @@ private slots: */ void slotResetToDefaultText(); + /** + * Updates the text of the zoom slider tooltip to show + * the currently used size. + */ + void updateZoomSliderToolTip(int zoomLevel); + private: /** * Makes the space information widget and zoom slider widget @@ -131,12 +137,6 @@ private: */ void setExtensionsVisible(bool visible); - /** - * Updates the text of the zoom slider tooltip to show - * the currently used size. - */ - void updateZoomSliderToolTip(int zoomLevel); - private: QString m_text; QString m_defaultText; |
