This commit is contained in:
2018-12-09 21:06:34 +01:00
parent 0a6b6b7d72
commit ddb632c4fd
2 changed files with 27 additions and 15 deletions

View File

@@ -466,7 +466,6 @@ int Result::getMinimum(int fahrerId, int bahnId, int rennId, int autoid,
<< boost::lexical_cast<string>(bahnId);
try {
cout << statement.str() << endl;
vector<vector<QString>> res = this->db->getData2(statement.str(), 1);
// filter impossible values
vector<int> validTimes;