Changes in src/UIElements/UIFactory.cpp [a2ab15:d7940e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/UIFactory.cpp
ra2ab15 rd7940e 13 13 // all factories that can be used: 14 14 #include "UIElements/TextUIFactory.hpp" 15 #include "UIElements/CommandLineUIFactory.hpp"16 15 17 16 UIFactory::UIFactory() … … 31 30 setInstance(new TextUIFactory()); 32 31 break; 33 case CommandLine:34 setInstance(new CommandLineUIFactory());35 break;36 32 37 33 default:
Note:
See TracChangeset
for help on using the changeset viewer.