┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontroller.cpp')
-rw-r--r--src/dolphincontroller.cpp18
1 files changed, 8 insertions, 10 deletions
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);
}