X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actioneditundo.h;h=9b9720a78502c521121ceeba1d1701b2c555e32a;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=2e8bb7c1737b97166ff6012d07c9db2b2031e903;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/actions/rs_actioneditundo.h b/src/actions/rs_actioneditundo.h index 2e8bb7c..9b9720a 100644 --- a/src/actions/rs_actioneditundo.h +++ b/src/actions/rs_actioneditundo.h @@ -2,23 +2,18 @@ #define RS_ACTIONEDITUNDO_H #include "rs_actioninterface.h" -#include "rs_undo.h" /** * This action class can handle user events for undo / redo. * * @author Andrew Mustun */ -class RS_ActionEditUndo : public RS_ActionInterface +class RS_ActionEditUndo: public RS_ActionInterface { - //Q_OBJECT public: - RS_ActionEditUndo(bool undo, RS_EntityContainer & container, - RS_GraphicView & graphicView); + RS_ActionEditUndo(bool undo, RS_EntityContainer & container, GraphicView & graphicView); ~RS_ActionEditUndo(); - static QAction * createGUIAction(RS2::ActionType type, QObject * parent); - virtual void init(int status = 0); virtual void trigger();