diff --git a/library/include/mobilisis/tariff_carryover_settings.h b/library/include/mobilisis/tariff_carryover_settings.h index a65b495..3177976 100644 --- a/library/include/mobilisis/tariff_carryover_settings.h +++ b/library/include/mobilisis/tariff_carryover_settings.h @@ -50,6 +50,9 @@ struct ATBTariffCarryOverSettings { 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) { QDebugStateSaver saver(debug);