X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/78cffd2979a6ed87e044fcb024cf4fdfc5c7cb3d..a15def4e64dc08d508e7a511a20ad06e7e8a2e0c:/src/selectionmode/actiontexthelper.cpp diff --git a/src/selectionmode/actiontexthelper.cpp b/src/selectionmode/actiontexthelper.cpp index 103604236..28a247185 100644 --- a/src/selectionmode/actiontexthelper.cpp +++ b/src/selectionmode/actiontexthelper.cpp @@ -9,9 +9,10 @@ using namespace SelectionMode; -ActionTextHelper::ActionTextHelper(QObject *parent) : - QObject(parent) -{ } +ActionTextHelper::ActionTextHelper(QObject *parent) + : QObject(parent) +{ +} void ActionTextHelper::registerTextWhenNothingIsSelected(QAction *action, QString registeredText) {