From 771908706512cca12acbac8ffe2dae4e9eeca40d Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 3 Jul 2021 16:31:14 +0200 Subject: [PATCH] Add TODO --- src/headers/macro-action-scene-switch.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/headers/macro-action-scene-switch.hpp b/src/headers/macro-action-scene-switch.hpp index f12e2894..266cd3a3 100644 --- a/src/headers/macro-action-scene-switch.hpp +++ b/src/headers/macro-action-scene-switch.hpp @@ -3,6 +3,8 @@ #include "switch-generic.hpp" #include "duration-control.hpp" +// TODO: Switch to using SceneSelection class and widget instead + class MacroActionSwitchScene : public MacroAction, public SceneSwitcherEntry { public: bool PerformAction();