feat: UI elements for key combinations

This commit is contained in:
Sara Gerretsen 2025-12-16 15:46:21 +01:00
parent ab300878cf
commit c668771696
15 changed files with 415 additions and 33 deletions

View file

@ -20,6 +20,7 @@ public:
void push_action(Callable do_action, Callable undo_action);
void undo();
void redo();
void clear_history();
private:
size_t undo_count{ 0 };