Added helpers computeWeekDaysPrice() and computeWeekDaysDurationUnit()
This commit is contained in:
		| @@ -74,6 +74,9 @@ private: | ||||
|     int findNextWorkTimeRange(QDateTime const &dt, | ||||
|                               QScopedArrayPointer<TariffTimeRange> const &worktime, | ||||
|                               size_t size); | ||||
|  | ||||
|     uint32_t computeWeekDaysPrice(Configuration const *cfg, PaymentMethod id) const; | ||||
|     double computeWeekDaysDurationUnit(Configuration const *cfg, PaymentMethod id) const; | ||||
| }; | ||||
|  | ||||
| #endif // CALCULATOR_FUNCTIONS_H_INCLUDED | ||||
|   | ||||
		Reference in New Issue
	
	Block a user