Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Wizard.cxx
index 7ad59940233f81c734ac11014124b0197d77cbe9..c6d9397d2faa264dd2bba9c8a4628e773b278411 100644 (file)
@@ -190,4 +190,9 @@ void HYDROGUI_Wizard::SetButtonsState (bool IsLastPage)
     myNext->setVisible( false );
     myFinish->setVisible( true );
   }
-}
\ No newline at end of file
+}
+
+QPushButton* HYDROGUI_Wizard::BackButton()
+{
+   return myBack;
+}