re-add 'private'

This commit is contained in:
Gerhard Hoffmann 2024-01-22 13:37:44 +01:00
parent e9b10166d2
commit acb88efc5a

View File

@ -61,7 +61,7 @@ public:
}
// testing public:
//private:
private:
// Introduced for PaymentMethod::Steps (e.g. Schoenau)
// For tariff of following structure: only steps, no special days, nonstop.
uint32_t GetCostFromDuration(Configuration *cfg, QDateTime const &start, quint64 durationMinutes) const;