X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FBL_QModelManager.cxx;h=900258b91a4aba1f92a90f36490e5c7882967f01;hb=HEAD;hp=c7b3884933134253dcc19ecbf1ba7135f8f5859f;hpb=4724650dcc5e5f2291564d809d66bb588d21ddb9;p=modules%2Fjobmanager.git diff --git a/src/genericgui/BL_QModelManager.cxx b/src/genericgui/BL_QModelManager.cxx index c7b3884..900258b 100644 --- a/src/genericgui/BL_QModelManager.cxx +++ b/src/genericgui/BL_QModelManager.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 CEA/DEN, EDF R&D +// Copyright (C) 2009-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -64,6 +64,8 @@ BL::QModelManager::new_job_added(const QString & name) new_job_type = new QStandardItem("YACS_Schema"); else if (job->getType() == BL::Job::COMMAND) new_job_type = new QStandardItem("Command"); + else if (job->getType() == BL::Job::COMMAND_SALOME) + new_job_type = new QStandardItem("Command_Salome"); else if (job->getType() == BL::Job::PYTHON_SALOME) new_job_type = new QStandardItem("Python_Salome");