added remaining laps label in race mode
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user