From: eap Date: Thu, 19 May 2005 12:41:35 +0000 (+0000) Subject: move onFrameActivated() to slots X-Git-Tag: V2_2_0_VISU_improvement_2005-05-27~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=892ebdaab5f6784c27b89724f449af66d00d6084;p=modules%2Fvisu.git move onFrameActivated() to slots --- diff --git a/src/VISUGUI/VisuGUI_Plot3DDlg.h b/src/VISUGUI/VisuGUI_Plot3DDlg.h index c1941f97..146888b8 100644 --- a/src/VISUGUI/VisuGUI_Plot3DDlg.h +++ b/src/VISUGUI/VisuGUI_Plot3DDlg.h @@ -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;