]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/mdiwindow.h
Sanity check step 1: Renaming files...
[architektonas] / src / mainapp / mdiwindow.h
index c3b782b3781c86229a5dc955fb0d357a2d68b185..d6ca611e3644b4641d5533eabf118ab29290692b 100644 (file)
@@ -20,7 +20,6 @@ class MDIWindow: public QMdiSubWindow
 
        public:
                MDIWindow(RS_Document * doc, QWidget * parent, const char * name = NULL,
-//                     Qt::WindowFlags wflags = Qt::WDestructiveClose);
                        Qt::WindowFlags wflags = Qt::SubWindow);
                ~MDIWindow();
 
@@ -37,20 +36,16 @@ class MDIWindow: public QMdiSubWindow
                void slotFilePrint();
 
        public:
-//             QC_GraphicView * getGraphicView();
                QG_GraphicView * getGraphicView();
                RS_Document * getDocument();
                Drawing * getGraphic();
                RS_EventHandler * getEventHandler();
-
                void addChildWindow(MDIWindow * w);
                void removeChildWindow(MDIWindow * w);
                MDIWindow * getPrintPreview();
                void setParentWindow(MDIWindow * p);
                int getId();
-
                bool closeMDI(bool force, bool ask = true);
-
                void setForceClosing(bool on);
 
                friend std::ostream & operator<<(std::ostream & os, MDIWindow & w);
@@ -68,7 +63,6 @@ class MDIWindow: public QMdiSubWindow
                static int idCounter;
                /** Graphic view */
 //let's see if we can get rid of this...
-//             QC_GraphicView * graphicView;
                QG_GraphicView * graphicView;
                /** Document */
                RS_Document * document;