From: dmv Date: Fri, 21 Nov 2008 13:43:07 +0000 (+0000) Subject: Qt4 porting. Hangup on Delete GEOM objects with childs X-Git-Tag: V5_1_0rc2~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c8de04f2ffdfe41e3ad19d6215bdc95eafc8cde2;p=modules%2Fgeom.git Qt4 porting. Hangup on Delete GEOM objects with childs --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_DeleteDlg.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_DeleteDlg.cxx index 8b4899f99..e4282231d 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_DeleteDlg.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_DeleteDlg.cxx @@ -53,7 +53,7 @@ static QStringList objectsToNames( const QMap& objects ) QString entry = it.key(); QStringList::Iterator iter; bool added = false; - for ( iter = entries.begin(); iter != entries.end() && !added; ++it ) { + for ( iter = entries.begin(); iter != entries.end() && !added; ++iter ) { if ( isEntryLess( entry, *iter ) ) { entries.insert( iter, entry ); added = true;