diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 8060ebd4e..63afaba58 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -665,6 +665,14 @@ private: * Pastes the clipboard data into the URL \a url. */ void pasteToUrl(const KUrl& url); + + /** + * Checks whether the current item view has the same zoom level + * as \a oldZoomLevel. If this is not the case, the zoom level + * of the controller is updated and a zoomLevelChanged() signal + * is emitted. + */ + void updateZoomLevel(int oldZoomLevel); /** * Returns true, if the ColumnView is activated. As the column view |
