diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-29 17:28:29 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-29 17:28:29 +0800 |
commit | f8e6bbd50bd5f8f866e3786efa41d497b1e71d3d (patch) | |
tree | 259c81f7178db1112ec2dcc21b54688bb87f8a7c /qicclient | |
parent | 228307e324190e760dc298ef84c3ffb29d4c8237 (diff) |
Bring back basket update member function
Diffstat (limited to 'qicclient')
-rw-r--r-- | qicclient/basket.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qicclient/basket.hxx b/qicclient/basket.hxx index f5665cd..8d697e6 100644 --- a/qicclient/basket.hxx +++ b/qicclient/basket.hxx @@ -55,6 +55,7 @@ namespace ICClient { double shipping() const { return m_shipping; } double totalCost() const { return m_totalCost; } icclient_ord_order* c_order() { return order; } + void update(icclient_ord_order* order); signals: void rowCountChanged(); |