X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionblocksedit.h;h=0a0780e33ea555bd781cf36229545c5459efc257;hb=be33e866f2121c48db93e06d743c5ae3826c1948;hp=845cdfa9c802070dba55dc8eaaffedcd808b18d4;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/actions/rs_actionblocksedit.h b/src/actions/rs_actionblocksedit.h index 845cdfa..0a0780e 100644 --- a/src/actions/rs_actionblocksedit.h +++ b/src/actions/rs_actionblocksedit.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_ActionBlocksEdit : public RS_ActionInterface { +class RS_ActionBlocksEdit: public RS_ActionInterface +{ //Q_OBJECT -public: - RS_ActionBlocksEdit(RS_EntityContainer& container, - RS_GraphicView& graphicView); - ~RS_ActionBlocksEdit() {} + public: + RS_ActionBlocksEdit(RS_EntityContainer & container, GraphicView & graphicView); + ~RS_ActionBlocksEdit() + { + } - static QAction* createGUIAction(RS2::ActionType /*type*/, QObject* /*parent*/); - - 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