summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-07-16 08:19:39 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-07-16 08:19:39 +0800
commite790f72bdbea00c353709dc5a9920527121eb57c (patch)
tree622a65b4ee9b5e8bd7aa7a9fede9d47b69d82378 /client.cxx
parent4ba15985b35566a99e822673fb355a4f4efa09fc (diff)
Rename basket to ord
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.cxx b/client.cxx
index 26d8ad9..edb1c84 100644
--- a/client.cxx
+++ b/client.cxx
@@ -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(),