Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AtomAction/RemoveAction.hpp

    r97ebf8 r047878  
    1111#include "Actions/Action.hpp"
    1212
     13void AtomRemove();
     14
    1315class AtomRemoveAction : public Action {
     16  friend void AtomRemove();
     17
    1418public:
    1519  AtomRemoveAction();
     
    2024
    2125  virtual const std::string getName();
     26protected:
     27  virtual Dialog * fillDialog(Dialog*);
    2228private:
    2329  virtual Action::state_ptr performCall();
Note: See TracChangeset for help on using the changeset viewer.