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