From a237e085fc976147858161e6c25b33a825f73eeb Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 8 Dec 2011 23:08:01 +0100 Subject: Fix font settings issue The font settings have been ignored currently because of the transition to the new view-engine. The patch is based on the work of Janardhan Reddy and has been extended by the helper class ViewModeSettings. BUG: 288395 FIXED-IN: 4.8.0 --- src/views/dolphinview.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index b8a1077f7..fa0baa61e 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -694,14 +694,6 @@ private: */ 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 a list of URLs for all selected items. The list is * simplified, so that when the URLs are part of different tree -- cgit v1.3.1