- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineWindow.cpp
rbcf653 re4afb4 26 26 27 27 #include "Actions/Action.hpp" 28 #include "Actions/MapOfActions.hpp"29 28 #include "Actions/ActionRegistry.hpp" 30 29 31 #include " CommandLineParser.hpp"30 #include "UIElements/CommandLineUI/CommandLineParser.hpp" 32 31 33 32 #include <iostream> … … 38 37 CommandLineWindow::CommandLineWindow() 39 38 { 40 // create and register all command line callable actions41 MapOfActions::getInstance().populateActions();42 43 39 // Add status indicators etc... 44 40 statusIndicator = new CommandLineStatusIndicator();
Note:
See TracChangeset
for help on using the changeset viewer.