diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-02-25 19:41:45 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-02-25 19:41:45 +0100 |
| commit | c5d9791ad392efffa19108c3ce7a4e6a67453a09 (patch) | |
| tree | 9a273177b0bb6077232afd14fa6e2f17c992da80 /src/statusbar/dolphinstatusbar.h | |
| parent | 9a9ab6e50cbfaee56a3d3b84ed7bea2f987985df (diff) | |
Show the correct icon size in the zoom slider tooltip.
BUG: 305694
FIXED-IN: 4.12.3
REVIEW: 111197
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; |
