logic: UndoRedo

UndoRedo working for ActiveTokensMessages
This commit is contained in:
Andreas Stallinger
2015-02-03 10:47:56 +01:00
parent 00f15a2ce3
commit 944554d034
27 changed files with 588 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ public:
std::shared_ptr<Component> createGraphComponent();
std::shared_ptr<Component> createSearchComponent();
std::shared_ptr<Component> createStatusBarComponent();
std::shared_ptr<Component> createUndoRedoComponent();
private:
ComponentFactory();