QTfrontend/newnetclient.cpp
changeset 373 df912aab6b7e
parent 372 4bac77f8cd38
child 382 e7220e48ead1
equal deleted inserted replaced
372:4bac77f8cd38 373:df912aab6b7e
   206     return;
   206     return;
   207   }
   207   }
   208 
   208 
   209   if(lst[0]=="TEAM_ACCEPTED") {
   209   if(lst[0]=="TEAM_ACCEPTED") {
   210     m_networkToLocalteams.insert(lst[2].toUInt(), lst[1]);
   210     m_networkToLocalteams.insert(lst[2].toUInt(), lst[1]);
       
   211     m_pTeamSelWidget->changeTeamStatus(lst[1]);
   211     return;
   212     return;
   212   }
   213   }
   213 
   214 
   214   if (lst[0] == "CONFIG_PARAM") {
   215   if (lst[0] == "CONFIG_PARAM") {
   215   	if (lst[1] == "SEED") {
   216   	if (lst[1] == "SEED") {