Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/CommandLineUI/CommandLineWindow.cpp

    re4afb4 rbcf653  
    2626
    2727#include "Actions/Action.hpp"
     28#include "Actions/MapOfActions.hpp"
    2829#include "Actions/ActionRegistry.hpp"
    2930
    30 #include "UIElements/CommandLineUI/CommandLineParser.hpp"
     31#include "CommandLineParser.hpp"
    3132
    3233#include <iostream>
     
    3738CommandLineWindow::CommandLineWindow()
    3839{
     40  // create and register all command line callable actions
     41  MapOfActions::getInstance().populateActions();
     42
    3943  // Add status indicators etc...
    4044  statusIndicator = new CommandLineStatusIndicator();
Note: See TracChangeset for help on using the changeset viewer.