provide GetPaymentOptions() with two signatures.
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user