X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionblocksadd.h;h=c2b2e0c49351b0baaf46aec434ef88485a11d8bf;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=70f4cafa330ffb2d45a3f8c7d9d27d05c2c6e598;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/actions/rs_actionblocksadd.h b/src/actions/rs_actionblocksadd.h index 70f4caf..c2b2e0c 100644 --- a/src/actions/rs_actionblocksadd.h +++ b/src/actions/rs_actionblocksadd.h @@ -10,7 +10,7 @@ ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** -** Licensees holding valid qcadlib Professional Edition licenses may use +** Licensees holding valid qcadlib Professional Edition licenses may use ** this file in accordance with the qcadlib Commercial License ** Agreement provided with the Software. ** @@ -34,18 +34,19 @@ * * @author Andrew Mustun */ -class RS_ActionBlocksAdd : public RS_ActionInterface { - //Q_OBJECT -public: - RS_ActionBlocksAdd(RS_EntityContainer& container, - RS_GraphicView& graphicView); - ~RS_ActionBlocksAdd() {} - - static QAction* createGUIAction(RS2::ActionType /*type*/, QObject* /*parent*/); +class RS_ActionBlocksAdd: public RS_ActionInterface +{ + //Q_OBJECT + public: + RS_ActionBlocksAdd(RS_EntityContainer & container, RS_GraphicView & graphicView); + ~RS_ActionBlocksAdd() + { + } - virtual void init(int status=0); - virtual void trigger(); + static QAction * createGUIAction(RS2::ActionType /*type*/, QObject * /*parent*/); + virtual void init(int status = 0); + virtual void trigger(); }; #endif