Changeset 83afe0 for molecuilder/src/UIElements/UIFactory.cpp
- Timestamp:
- May 8, 2010, 6:30:53 PM (15 years ago)
- Children:
- 7ac765
- Parents:
- 401b97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/UIFactory.cpp
r401b97 r83afe0 13 13 // all factories that can be used: 14 14 #include "UIElements/TextUIFactory.hpp" 15 #include "UIElements/CommandLineUIFactory.hpp" 15 16 16 17 UIFactory::UIFactory() … … 30 31 setInstance(new TextUIFactory()); 31 32 break; 33 case CommandLine: 34 setInstance(new CommandLineUIFactory()); 35 break; 32 36 33 37 default:
Note:
See TracChangeset
for help on using the changeset viewer.