diff options
| author | Peter Penz <[email protected]> | 2007-05-06 17:41:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-06 17:41:49 +0000 |
| commit | cdcb4b0166aefdd382d20e7ff3b5cb217ba54ba8 (patch) | |
| tree | 0b4d25e399f292d2159aa342dfe8c940d98134f3 /src/dolphincontroller.cpp | |
| parent | bafaf9496cc439c461e249057e5d913e9aa734fc (diff) | |
coding style cleanup: fix wrong indenting of members in constructor
svn path=/trunk/KDE/kdebase/apps/; revision=661819
Diffstat (limited to 'src/dolphincontroller.cpp')
| -rw-r--r-- | src/dolphincontroller.cpp | 14 |
1 files changed, 8 insertions, 6 deletions
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) { |
