X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actioneditundo.h;h=6ae1c625f2d17a50cab1194210b188a83c3b4a51;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=2e8bb7c1737b97166ff6012d07c9db2b2031e903;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/actions/rs_actioneditundo.h b/src/actions/rs_actioneditundo.h index 2e8bb7c..6ae1c62 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, RS_GraphicView & graphicView); ~RS_ActionEditUndo(); - static QAction * createGUIAction(RS2::ActionType type, QObject * parent); - virtual void init(int status = 0); virtual void trigger();