From cdcb4b0166aefdd382d20e7ff3b5cb217ba54ba8 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 6 May 2007 17:41:49 +0000 Subject: coding style cleanup: fix wrong indenting of members in constructor svn path=/trunk/KDE/kdebase/apps/; revision=661819 --- src/dolphincontroller.cpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 151d27208..545d365bd 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -20,14 +20,16 @@ #include "dolphincontroller.h" DolphinController::DolphinController(QObject* parent) : - QObject(parent), - m_showPreview(false), - m_zoomInPossible(false), - m_zoomOutPossible(false) -{} + QObject(parent), + m_showPreview(false), + m_zoomInPossible(false), + m_zoomOutPossible(false) +{ +} DolphinController::~DolphinController() -{} +{ +} void DolphinController::triggerContextMenuRequest(const QPoint& pos) { -- cgit v1.3