mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +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.setNum(num+1) ;
|
||||||
aCaseName.insert(0, QString("Case_")) ;
|
aCaseName.insert(0, QString("Case_")) ;
|
||||||
// std::cout << "aCaseName : --" << aCaseName.toStdString().c_str() << "--" << std::endl;
|
|
||||||
for ( int i=0; i<MyCases->length(); i++)
|
for ( int i=0; i<MyCases->length(); i++)
|
||||||
{
|
{
|
||||||
if ( aCaseName == QString((MyCases)[i]))
|
if ( aCaseName == QString((MyCases)[i]))
|
||||||
|
Loading…
Reference in New Issue
Block a user