diff options
| author | Peter Penz <[email protected]> | 2011-12-08 23:08:01 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-12-08 23:10:42 +0100 |
| commit | a237e085fc976147858161e6c25b33a825f73eeb (patch) | |
| tree | 043be102e49405bfbe4221ea4d08610c6d86ccf5 /src/views/dolphinview.h | |
| parent | 2827b96d9817252c22ae6f788f4d073303178cea (diff) | |
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
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ -695,14 +695,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 * levels, only the parent is returned. |
