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