From 38c34eeca315c7be58e65d4d3fb72aaf7b866719 Mon Sep 17 00:00:00 2001 From: Serg Podtynnyi Date: Sat, 4 Feb 2023 00:14:53 +0700 Subject: Add clang-format and format code as in Frameworks --- src/dolphinremoveaction.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dolphinremoveaction.cpp') diff --git a/src/dolphinremoveaction.cpp b/src/dolphinremoveaction.cpp index 811ae73c2..000a96e92 100644 --- a/src/dolphinremoveaction.cpp +++ b/src/dolphinremoveaction.cpp @@ -9,9 +9,9 @@ #include -DolphinRemoveAction::DolphinRemoveAction(QObject* parent, KActionCollection* collection) : - QAction(parent), - m_collection(collection) +DolphinRemoveAction::DolphinRemoveAction(QObject *parent, KActionCollection *collection) + : QAction(parent) + , m_collection(collection) { update(); connect(this, &DolphinRemoveAction::triggered, this, &DolphinRemoveAction::slotRemoveActionTriggered); -- cgit v1.3