diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-16 08:19:39 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-16 08:19:39 +0800 |
| commit | e790f72bdbea00c353709dc5a9920527121eb57c (patch) | |
| tree | 622a65b4ee9b5e8bd7aa7a9fede9d47b69d82378 /client.cxx | |
| parent | 4ba15985b35566a99e822673fb355a4f4efa09fc (diff) | |
Rename basket to ord
Diffstat (limited to 'client.cxx')
| -rw-r--r-- | client.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ #include <icclient/client.h> #include <icclient/member.h> #include "qicclient/catalog.hxx" -#include "qicclient/basket.hxx" +#include "qicclient/ord.hxx" #include "qicclient/client.hxx" namespace QICClient { @@ -42,7 +42,7 @@ namespace QICClient { if (product) emit gotFlyPage(shared_ptr<Product>{new Product{product}}); } - void Client::order(QString const& sku, Catalog const& catalog, Basket& order) + void Client::order(QString const& sku, Catalog const& catalog, Ord& order) { auto c_order = order.data(); icclient_ord_order(sku.toLatin1().constData(), catalog.constData(), |