Salome HOME
Fix bug preventing to change the type of a cloned job
[modules/jobmanager.git] / src / genericgui / BL_CreateJobWizard.hxx
index 54f5e112b8bc58995be6464ba7eb12293096f036..b9d37604db2221e4c81bed5e8afc08421aaac1b4 100644 (file)
@@ -67,6 +67,7 @@ namespace BL{
     public:
       // Results
       std::string job_name;
+      enum {YACS, COMMAND, PYTHON_SALOME} job_type;
 
       std::string yacs_file;
       std::string command;
@@ -137,9 +138,6 @@ namespace BL{
       QLabel * _explanation;
 
     public:
-      QRadioButton * _yacs_schema_button;
-      QRadioButton * _command_button;
-      QRadioButton * _python_salome_button;
       bool _check_name;
   };