QTfrontend/hwform.cpp
changeset 1625 37aae47943ce
parent 1622 8e0d62727f01
child 1627 efcf6e976869
equal deleted inserted replaced
1624:3cbf01d31e5c 1625:37aae47943ce
   296 		    curTeamSelWidget->addTeam(*editedTeam);
   296 		    curTeamSelWidget->addTeam(*editedTeam);
   297 		  }
   297 		  }
   298 		} else if(lastid != ID_PAGE_GAMESTATS && lastid != ID_PAGE_INGAME) {
   298 		} else if(lastid != ID_PAGE_GAMESTATS && lastid != ID_PAGE_INGAME) {
   299 		  curTeamSelWidget->resetPlayingTeams(teamsList);
   299 		  curTeamSelWidget->resetPlayingTeams(teamsList);
   300 		}
   300 		}
       
   301 	} else
       
   302 	if (id == ID_PAGE_GAMESTATS)
       
   303 	{
       
   304 		ui.pageGameStats->renderStats();
   301 	}
   305 	}
   302 }
   306 }
   303 
   307 
   304 void HWForm::GoToPage(quint8 id)
   308 void HWForm::GoToPage(quint8 id)
   305 {
   309 {