Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/CmdAction/VerboseAction.cpp

    r0430e3 r952f38  
    1010#include "Actions/CmdAction/VerboseAction.hpp"
    1111#include "Actions/ActionRegistry.hpp"
    12 #include "log.hpp"
    13 #include "verbose.hpp"
     12#include "Helpers/Log.hpp"
     13#include "Helpers/Verbose.hpp"
    1414
    1515#include <iostream>
     
    2020#include "UIElements/UIFactory.hpp"
    2121#include "UIElements/Dialog.hpp"
    22 #include "UIElements/ValueStorage.hpp"
     22#include "Actions/ValueStorage.hpp"
    2323
    2424// memento to remember the state when undoing
     
    4747};
    4848
    49 Dialog* CommandLineVerboseAction::createDialog() {
    50   Dialog *dialog = UIFactory::getInstance().makeDialog();
     49Dialog* CommandLineVerboseAction::fillDialog(Dialog *dialog) {
     50  ASSERT(dialog,"No Dialog given when filling action dialog");
    5151
    5252  dialog->queryInt(NAME, ValueStorage::getInstance().getDescription(NAME));
Note: See TracChangeset for help on using the changeset viewer.