diff options
| author | Frank Reininghaus <[email protected]> | 2011-12-04 14:10:20 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2011-12-04 17:44:59 +0100 |
| commit | 0dce0b3bef7a138a68ced9c3d5c61315ea4c83ef (patch) | |
| tree | 0aa7b896a8ba7dc055ca0ffd75ca73b16695068f /src/statusbar/dolphinstatusbar.h | |
| parent | 82b20ff58e9448868cf23783dcaf1fe304707791 (diff) | |
Update the zoom slider if the previews setting is changed
This is important if the zoom levels are different with previews
enabled/disabled.
Diffstat (limited to 'src/statusbar/dolphinstatusbar.h')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index 7d56746f6..32d603ac5 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -139,6 +139,7 @@ private slots: void showZoomSliderToolTip(int zoomLevel); void slotZoomLevelChanged(int current, int previous); + void slotPreviewsShownChanged(bool shown); void updateProgressInfo(); |
