diff options
Diffstat (limited to 'src/selectionmode/actiontexthelper.cpp')
| -rw-r--r-- | src/selectionmode/actiontexthelper.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
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) { |
