diff options
| author | Serg Podtynnyi <[email protected]> | 2023-02-04 00:14:53 +0700 |
|---|---|---|
| committer | Serg Podtynnyi <[email protected]> | 2023-02-05 12:45:38 +0700 |
| commit | 38c34eeca315c7be58e65d4d3fb72aaf7b866719 (patch) | |
| tree | 886e53f20c9c43edc3eb7fe04789716a9bc98ebe /src/dolphinremoveaction.cpp | |
| parent | ffff8af851e3a386c44438337779d0ce7ca98a61 (diff) | |
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/dolphinremoveaction.cpp')
| -rw-r--r-- | src/dolphinremoveaction.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 <QApplication> -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); |
