changed serial reading from lowlevel to boost with hope for more stability, changed a lot of smart pointers to unique_ptr, added fmt for logging
This commit is contained in:
@@ -22,7 +22,7 @@ using std::endl;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
Result::Result(std::shared_ptr<DataBase> db, int rennid, QWidget * parent)
|
||||
Result::Result(DataBase * db, int rennid, QWidget * parent)
|
||||
: QWidget(parent), ui(new Ui::Result) {
|
||||
ui->setupUi(this);
|
||||
this->db = db;
|
||||
|
||||
Reference in New Issue
Block a user