]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/OCCViewer/OCCViewer_ViewPort3d.h
Salome HOME
INT PAL 53422: FitAll does't work in OCC viewer
[modules/gui.git] / src / OCCViewer / OCCViewer_ViewPort3d.h
index e122cebabf1a0c253125db0f1757c3c54dbf90dd..f6f9f55f1680f4115433d8d639acb492c3de76b3 100755 (executable)
@@ -93,8 +93,6 @@ public:
 
   void                  showStaticTrihedron( bool );
 
-  //void                  repaintViewAfterMove( );
-
   void                  setDefaultCursor( Qt::CursorShape theCursorShape );
   QCursor*              getDefaultCursor() const;
 
@@ -106,6 +104,9 @@ signals:
 public slots:
   virtual bool          synchronize( OCCViewer_ViewPort* );
 
+private slots:
+  void                  repaintViewAfterMove();
+
 protected:
     // EVENTS
   virtual void          paintEvent( QPaintEvent* );