From 892ebdaab5f6784c27b89724f449af66d00d6084 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 19 May 2005 12:41:35 +0000 Subject: [PATCH] move onFrameActivated() to slots --- src/VISUGUI/VisuGUI_Plot3DDlg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2