Minor: add getters for parking-time-limit.
This commit is contained in:
parent
08a593eb12
commit
f38a8d528c
@ -50,6 +50,9 @@ struct ATBTariffCarryOverSettings {
|
|||||||
return m_parkingTimeLimitChecker(*this, startTime, endTime, paymentOptionIndex);
|
return m_parkingTimeLimitChecker(*this, startTime, endTime, paymentOptionIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTime const &parkingTimeLimit() const { return m_parking_time_limit; }
|
||||||
|
QTime &parkingTimeLimit() { return m_parking_time_limit; }
|
||||||
|
|
||||||
friend QDebug operator<<(QDebug debug, ATBTariffCarryOverSettings const &co) {
|
friend QDebug operator<<(QDebug debug, ATBTariffCarryOverSettings const &co) {
|
||||||
QDebugStateSaver saver(debug);
|
QDebugStateSaver saver(debug);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user