From 21a5a890b3010e591e139724d5c6f555df4481f9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 23 Feb 2012 17:26:51 +0100 Subject: Whitespace cleanups and documentation fixes --- src/views/dolphinview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/views/dolphinview.cpp') diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 700427ed7..ea7441600 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -451,11 +451,11 @@ void DolphinView::stopLoading() void DolphinView::readSettings() { const int oldZoomLevel = m_container->zoomLevel(); - + GeneralSettings::self()->readConfig(); m_container->readSettings(); applyViewProperties(); - + const int newZoomLevel = m_container->zoomLevel(); if (newZoomLevel != oldZoomLevel) { emit zoomLevelChanged(newZoomLevel, oldZoomLevel); -- cgit v1.3