┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontroller.cpp')
-rw-r--r--src/dolphincontroller.cpp14
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)
{