added remaining laps label in race mode

This commit is contained in:
2021-12-27 20:34:16 +01:00
parent e102dab939
commit b9efe93baf
6 changed files with 435 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
#ifndef WINDOWRACE_H
#ifndef WINDOWRACE_H
#define WINDOWRACE_H
#include "ampel.h"
@@ -29,6 +29,7 @@ class WindowRace : public QMainWindow {
~WindowRace();
void setWindowRennliste(WindowRennliste * ptrInstance);
void setDriverAndCar(vector<QString> vec);
void setRoundCounter(uint currentRound, uint rounds);
void setDriverAndCarId(vector<QString> vec);
private: