X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionlayersfreezeall.h;h=ac6c29d02c3bc95ac742831d4d2ed957ab1c2dbc;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=de0840537ac3b051122b3a43f1e8dcf3de1a3ff6;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/actions/rs_actionlayersfreezeall.h b/src/actions/rs_actionlayersfreezeall.h index de08405..ac6c29d 100644 --- a/src/actions/rs_actionlayersfreezeall.h +++ b/src/actions/rs_actionlayersfreezeall.h @@ -10,13 +10,9 @@ */ class RS_ActionLayersFreezeAll: public RS_ActionInterface { - //Q_OBJECT public: - RS_ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container, - RS_GraphicView & graphicView); - ~RS_ActionLayersFreezeAll() {} - - static QAction * createGUIAction(RS2::ActionType type, QObject* /*parent*/); + RS_ActionLayersFreezeAll(bool freeze, RS_EntityContainer & container, RS_GraphicView & graphicView); + ~RS_ActionLayersFreezeAll(); virtual void init(int status = 0); virtual void trigger();