]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionfileopen.h
Refactored CAD tool bars to use predefined actions.
[architektonas] / src / actions / rs_actionfileopen.h
index 955292c32eb5c3c1f0410437c951151add32f9a9..eb478b181ae3771a63cfb924eb7366e1e3117baa 100644 (file)
  */
 class RS_ActionFileOpen: public RS_ActionInterface
 {
-       //Q_OBJECT
        public:
-               RS_ActionFileOpen(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionFileOpen(RS_EntityContainer & container, GraphicView & graphicView);
                ~RS_ActionFileOpen();
 
-               static QAction * createGUIAction(RS2::ActionType type, QObject * parent);
-
                virtual void init(int status = 0);
                virtual void trigger();
 };