From d8289105193707daede1a5b59137f18e20f20aeb Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 18 Oct 2024 15:48:14 +0200 Subject: (2/2) rename --- ToggleArtistVisibilityCommand.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ToggleArtistVisibilityCommand.h (limited to 'ToggleArtistVisibilityCommand.h') diff --git a/ToggleArtistVisibilityCommand.h b/ToggleArtistVisibilityCommand.h new file mode 100644 index 0000000..47e2158 --- /dev/null +++ b/ToggleArtistVisibilityCommand.h @@ -0,0 +1,12 @@ +#pragma once + +#include "Command.h" + +class ToggleArtistVisibilityCommand : public Command { + using Command::Command; + +public: + virtual void toggle(); + virtual void set(bool visible); +}; + -- cgit v1.2.3