last changes also in racemode modified
This commit is contained in:
@@ -281,6 +281,7 @@ void WindowRace::shellSlot(){
|
||||
}
|
||||
if(zeit < this->minimumTime){
|
||||
item->setBackgroundColor(Qt::red);
|
||||
this->firstTimeShell = true;
|
||||
}
|
||||
item->setText(QString::number((double)zeit/1000));
|
||||
ui->lWShellTime->addItem(item);
|
||||
@@ -311,6 +312,7 @@ void WindowRace::deaSlot(){
|
||||
}
|
||||
if(zeit < this->minimumTime){
|
||||
item->setBackgroundColor(Qt::red);
|
||||
this->firstTimeDea = true;
|
||||
}
|
||||
item->setText(QString::number((double)zeit/1000));
|
||||
ui->lWDeaTime->addItem(item);
|
||||
|
||||
Reference in New Issue
Block a user