Minor: add utility getProductPrice()
This commit is contained in:
parent
8ff5b8e2b5
commit
475487c2ce
@ -45,6 +45,8 @@ struct ATBTariffProduct {
|
||||
return false;
|
||||
}
|
||||
|
||||
uint32_t getProductPrice() const { return m_tariff_product_price; }
|
||||
|
||||
friend QDebug operator<<(QDebug debug, ATBTariffProduct const &product) {
|
||||
QDebugStateSaver saver(debug);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user