This commit is contained in:
Gérald NICOLAS 2020-06-09 11:38:47 +02:00
parent c9d52c82e1
commit 40e97e8c94

View File

@ -358,7 +358,6 @@ void MonCreateCase::SetNewName()
{
aCaseName.setNum(num+1) ;
aCaseName.insert(0, QString("Case_")) ;
// std::cout << "aCaseName : --" << aCaseName.toStdString().c_str() << "--" << std::endl;
for ( int i=0; i<MyCases->length(); i++)
{
if ( aCaseName == QString((MyCases)[i]))