]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
move onFrameActivated() to slots
authoreap <eap@opencascade.com>
Thu, 19 May 2005 12:41:35 +0000 (12:41 +0000)
committereap <eap@opencascade.com>
Thu, 19 May 2005 12:41:35 +0000 (12:41 +0000)
src/VISUGUI/VisuGUI_Plot3DDlg.h

index c1941f97e3ef93cceeebb825a40fafaed8b2c1d6..146888b8150f35012eb05e95ceec88bb492b1f4e 100644 (file)
@@ -111,11 +111,10 @@ public:
     int storeToPrsObject(VISU::Plot3D_i* thePrs)
       {return myScalarPane->storeToPrsObject(thePrs) && myIsoPane->storeToPrsObject(thePrs);}
     
-    void onFrameActivated( QAD_StudyFrame* theFrame);
-
 protected slots:
   void accept();
   void reject();
+  void onFrameActivated( QAD_StudyFrame* theFrame);
    
 private:
  VisuGUI_Plot3DPane*    myIsoPane;