From 8e55f2c2409fd6ca9ebc66a6568f4d3bcbef7576 Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Sun, 24 Apr 2022 13:18:30 +0200 Subject: Better separation of classes Make obvious when actions trigger selection mode. --- src/selectionmode/actionwithwidget.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/selectionmode/actionwithwidget.h') diff --git a/src/selectionmode/actionwithwidget.h b/src/selectionmode/actionwithwidget.h index 62dad0fc1..cf7b8bc35 100644 --- a/src/selectionmode/actionwithwidget.h +++ b/src/selectionmode/actionwithwidget.h @@ -14,6 +14,9 @@ class QAbstractButton; +namespace SelectionMode +{ + /** * @brief Small wrapper/helper class that contains an action and its widget. * @@ -83,4 +86,6 @@ QAbstractButton *newButtonForAction(QAction *action, QWidget *parent); */ void copyActionDataToButton(QAbstractButton *button, QAction *action); +} + #endif // ACTIONWITHWIDGET_H -- cgit v1.3