From c8a4f1fd8d3c9b50e51b7234123b3fbe0b979552 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 9 Apr 2007 19:12:54 +0000 Subject: adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981 --- src/dolphincontroller.cpp | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 288083533..151d27208 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -20,16 +20,14 @@ #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) { @@ -43,8 +41,8 @@ void DolphinController::triggerActivation() } void DolphinController::indicateDroppedUrls(const KUrl::List& urls, - const QModelIndex& index, - QWidget* source) + const QModelIndex& index, + QWidget* source) { emit urlsDropped(urls, index, source); } -- cgit v1.3