From 808a0cbc8d47f2c77fc69f2ad850d2e91dc9ca21 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Jul 2022 09:55:42 -0400 Subject: Use a uniform interface for changing settings in the UI --- src/Reactor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Reactor.hpp') diff --git a/src/Reactor.hpp b/src/Reactor.hpp index 4d92793..b053fed 100644 --- a/src/Reactor.hpp +++ b/src/Reactor.hpp @@ -40,6 +40,7 @@ public: ~Reactor() = default; + void operator()(const action::ChangeSetting& action); void operator()(const action::ConnectPorts& action); void operator()(const action::DecreaseFontSize& action); void operator()(const action::DisconnectClient& action); -- cgit v1.2.1