feature: added possibility to change hardware interface from GUI
This commit is contained in:
@@ -64,7 +64,7 @@ WindowRace::WindowRace(DataBase * db, QWidget * parent)
|
||||
|
||||
paused = false;
|
||||
|
||||
Hardware = std::make_unique<HardwareSetup>();
|
||||
Hardware = std::make_unique<HardwareSetup>(this->db);
|
||||
Hardware->start();
|
||||
|
||||
QObject::connect(Hardware.get(), SIGNAL(Dea(int, int)), this,
|
||||
|
||||
Reference in New Issue
Block a user