Using std::optional. Added member functions: QVector<ATBPaymentOption> &getAllPaymentOptions() QVector<ATBPaymentOption> const &getAllPaymentOptions() const std::optional<QVector<ATBPaymentRate>> getPaymentRateForAllKeys() const std::optional<QVector<ATBPaymentRate>> getPaymentRateForKey(int key) const std::optional<QVector<ATBDailyTicket>> getDailyTicketsForAllKeys() const std::optional<QVector<ATBDailyTicket>> getDailyTicketsForKey(int key) const std::optional<ATBCustomer> getCustomerForType(ATBCustomer::CustomerType customerType) std::optional<ATBWeekDaysWorktime> getWeekDayWorkTime(QTime const &time, Qt::DayOfWeek dayOfWeek) Removed: QVector<ATBDailyTicket> const &getDailyTickets() const;
The file is empty.
Description
Languages
C++
82.9%
TSQL
9.4%
C
4.3%
Roff
3.1%
QMake
0.3%