]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionfileopen.h
Major refactoring of actions: Moved implementation from header files
[architektonas] / src / actions / rs_actionfileopen.h
index 955292c32eb5c3c1f0410437c951151add32f9a9..110a30cbb3a03d3b932df811f31713517b9c9e3a 100644 (file)
  */
 class RS_ActionFileOpen: public RS_ActionInterface
 {
-       //Q_OBJECT
        public:
                RS_ActionFileOpen(RS_EntityContainer & container, RS_GraphicView & graphicView);
                ~RS_ActionFileOpen();
 
-               static QAction * createGUIAction(RS2::ActionType type, QObject * parent);
-
                virtual void init(int status = 0);
                virtual void trigger();
 };