last changes also in racemode modified

This commit is contained in:
2014-12-21 18:55:15 +01:00
parent 3e260e74e1
commit 03b1d7cced
+2
View File
@@ -281,6 +281,7 @@ void WindowRace::shellSlot(){
} }
if(zeit < this->minimumTime){ if(zeit < this->minimumTime){
item->setBackgroundColor(Qt::red); item->setBackgroundColor(Qt::red);
this->firstTimeShell = true;
} }
item->setText(QString::number((double)zeit/1000)); item->setText(QString::number((double)zeit/1000));
ui->lWShellTime->addItem(item); ui->lWShellTime->addItem(item);
@@ -311,6 +312,7 @@ void WindowRace::deaSlot(){
} }
if(zeit < this->minimumTime){ if(zeit < this->minimumTime){
item->setBackgroundColor(Qt::red); item->setBackgroundColor(Qt::red);
this->firstTimeDea = true;
} }
item->setText(QString::number((double)zeit/1000)); item->setText(QString::number((double)zeit/1000));
ui->lWDeaTime->addItem(item); ui->lWDeaTime->addItem(item);