mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
ménage
This commit is contained in:
parent
c9d52c82e1
commit
40e97e8c94
@ -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]))
|
||||
|
Loading…
Reference in New Issue
Block a user