isParkingAllowedForWeekDay():
Minor: adapt function call to changes parameter arity.
This commit is contained in:
parent
b035f4f887
commit
dbccdba9fe
@ -1643,7 +1643,7 @@ CalcState Calculator::isParkingAllowedForWeekDay(Configuration const *cfg,
|
|||||||
(int)cfg->TimeRange.count(pop_carry_over_end_time_range) <= 0) {
|
(int)cfg->TimeRange.count(pop_carry_over_end_time_range) <= 0) {
|
||||||
|
|
||||||
qCritical() << DBG_HEADER << "PARKING_ALLOWED. startTime" << startTime.toString(Qt::ISODate);
|
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
|
} else
|
||||||
// search entry in time-range-field of tariff-file
|
// search entry in time-range-field of tariff-file
|
||||||
|
Loading…
Reference in New Issue
Block a user