diff options
| author | Peter Penz <[email protected]> | 2008-08-08 06:31:58 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-08-08 06:31:58 +0000 |
| commit | e1d76541ba62e2eec5874ace02049be96bf3378e (patch) | |
| tree | 83ed14977e40c141d8f6fcf3bd3798383a4d4ee9 /src/dolphinview.h | |
| parent | 17dca27e615fa63ac6b8d7bf3aabfdbd9d71e0f5 (diff) | |
assure correct update of the enabled/disabled state of the zoom actions (no backport required, as a new zooming approach is used on trunk)
svn path=/trunk/KDE/kdebase/apps/; revision=843849
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 |
