From c8de04f2ffdfe41e3ad19d6215bdc95eafc8cde2 Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 21 Nov 2008 13:43:07 +0000 Subject: [PATCH] Qt4 porting. Hangup on Delete GEOM objects with childs --- src/GEOMToolsGUI/GEOMToolsGUI_DeleteDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2