- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AtomAction/RemoveAction.hpp
r97ebf8 r047878 11 11 #include "Actions/Action.hpp" 12 12 13 void AtomRemove(); 14 13 15 class AtomRemoveAction : public Action { 16 friend void AtomRemove(); 17 14 18 public: 15 19 AtomRemoveAction(); … … 20 24 21 25 virtual const std::string getName(); 26 protected: 27 virtual Dialog * fillDialog(Dialog*); 22 28 private: 23 29 virtual Action::state_ptr performCall();
Note:
See TracChangeset
for help on using the changeset viewer.