provide GetPaymentOptions() with two signatures.

This commit is contained in:
Gerhard Hoffmann 2024-01-22 13:27:21 +01:00
parent 7679eb9481
commit 506a665592

View File

@ -58,7 +58,8 @@ public:
/// <returns>Returns operation status bool (OK | FAIL) </returns>
bool ParseJson(Configuration* cfg, const char* json);
ATBPaymentOption const &getPaymentOptions();
ATBPaymentOption &getPaymentOptions();
ATBPaymentOption const &getPaymentOptions() const;
QVector<ATBDailyTicket> const &getDailyTickets() const;
private: