summaryrefslogtreecommitdiff
path: root/ui/qt/filter_action.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/filter_action.h')
-rw-r--r--ui/qt/filter_action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/filter_action.h b/ui/qt/filter_action.h
index ae7afd2341..65b12e7cda 100644
--- a/ui/qt/filter_action.h
+++ b/ui/qt/filter_action.h
@@ -67,6 +67,7 @@ public:
explicit FilterAction(QObject *parent, Action action, ActionType type, ActionDirection direction);
explicit FilterAction(QObject *parent, Action action, ActionType type);
+ explicit FilterAction(QObject *parent, Action action);
Action action() { return action_; }
static const QList<Action> actions();