Changeset 3e8325 for molecuilder/src/UIElements/TextUIFactory.cpp
- Timestamp:
- Jan 7, 2010, 2:46:34 PM (16 years ago)
- Children:
- d97af9
- Parents:
- 34ff5e6
- File:
-
- 1 edited
-
molecuilder/src/UIElements/TextUIFactory.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextUIFactory.cpp
r34ff5e6 r3e8325 7 7 8 8 #include "UIElements/TextUIFactory.hpp" 9 #include "UIElements/TextWindow.hpp" 9 10 #include "UIElements/TextDialog.hpp" 11 10 12 11 13 TextUIFactory::TextUIFactory() … … 25 27 } 26 28 29 MainWindow* TextUIFactory::makeMainWindow() { 30 return new TextWindow(); 31 } 27 32
Note:
See TracChangeset
for help on using the changeset viewer.
