fix wrong time after measuringerror

This commit is contained in:
2014-12-21 18:45:56 +01:00
parent d5aa9cb1cc
commit 3e260e74e1

View File

@@ -114,6 +114,7 @@ void Training::shellSlot(){
}
if(zeit < this->minimumTime){
item->setBackgroundColor(Qt::red);
this->firstTimeShell = true;
}
item->setText(QString::number((double)zeit/1000));
ui->lWShellTime->addItem(item);
@@ -160,6 +161,7 @@ void Training::deaSlot(){
}
if(zeit < this->minimumTime){
item->setBackgroundColor(Qt::red);
this->firstTimeDea = true;
}
item->setText(QString::number((double)zeit/1000));
ui->lWDeaTime->addItem(item);