summaryrefslogtreecommitdiff
path: root/qicclient/basket.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/basket.hxx')
-rw-r--r--qicclient/basket.hxx1
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();