Salome HOME
New item (FontItem), allowing to show information about font setting and to select...
[modules/gui.git] / src / SUIT / SUIT_ViewWindow.h
index 115f1fc4c3d28d75c4a22d22f4725a08a53655ea..5cfcb4e1d5e9feb32b1e35b44cf6aaf4eeb70bed 100755 (executable)
@@ -29,6 +29,8 @@ public:
 
   bool              event(QEvent*);
 
+  virtual QImage    dumpView() { return QImage(); }
+
 public slots:
   virtual void      onDumpView();
 
@@ -47,8 +49,6 @@ protected:
   void              closeEvent(QCloseEvent* theEvent);
   virtual void      contextMenuEvent( QContextMenuEvent * e );
 
-  virtual QImage    dumpView() { return QImage(); }
-
   SUIT_Desktop*     myDesktop;
   SUIT_ViewManager* myManager;
 };