isParkingAllowedForWeekDay():

Minor: adapt function call to changes parameter arity.
This commit is contained in:
Gerhard Hoffmann 2024-09-27 14:18:31 +02:00
parent b035f4f887
commit dbccdba9fe

View File

@ -1643,7 +1643,7 @@ CalcState Calculator::isParkingAllowedForWeekDay(Configuration const *cfg,
(int)cfg->TimeRange.count(pop_carry_over_end_time_range) <= 0) {
qCritical() << DBG_HEADER << "PARKING_ALLOWED. startTime" << startTime.toString(Qt::ISODate);
return CalcState(CalcState::State::SUCCESS, "PARKING_ALLOWED", startTime);
return CalcState(CalcState::State::SUCCESS, "PARKING_ALLOWED", startTime, QTime());
} else
// search entry in time-range-field of tariff-file