Minor: add getters for parking-time-limit.
This commit is contained in:
		@@ -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);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user