QTfrontend/ui/page/pagegamestats.cpp
changeset 12331 6707ee1d2430
parent 11046 47a8c19ecb60
child 12441 fdaafc48dce4
equal deleted inserted replaced
12330:fc6bb8471882 12331:6707ee1d2430
   146 void PageGameStats::clear()
   146 void PageGameStats::clear()
   147 {
   147 {
   148     labelGameStats->setText("");
   148     labelGameStats->setText("");
   149     healthPoints.clear();
   149     healthPoints.clear();
   150     labelGameRank->setText("");
   150     labelGameRank->setText("");
       
   151     labelGameWin->setText("");
   151     playerPosition = 0;
   152     playerPosition = 0;
   152     lastColor = 0;
   153     lastColor = 0;
   153 }
   154 }
   154 
   155 
   155 void PageGameStats::restartBtnVisible(bool visible)
   156 void PageGameStats::restartBtnVisible(bool visible)