X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/17dca27e615fa63ac6b8d7bf3aabfdbd9d71e0f5..e1d76541ba62e2eec5874ace02049be96bf3378e:/src/dolphinview.h 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