changeset 140 | 50ccde437ea1 |
parent 134 | 3d87d8e58020 |
child 150 | d9e8a336195c |
--- a/QTfrontend/frameTeam.cpp Sun Sep 03 18:01:34 2006 +0000 +++ b/QTfrontend/frameTeam.cpp Sat Sep 09 16:59:10 2006 +0000 @@ -34,6 +34,5 @@ { tmapTeamToWidget::iterator it=teamToWidget.find(team); QWidget* ret = it!=teamToWidget.end() ? it->second : 0; - if(!ret) throw; // FIXME: this is debug exception return ret; }