summaryrefslogtreecommitdiff
path: root/qicclient/client.hxx
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 /qicclient/client.hxx
parent4ba15985b35566a99e822673fb355a4f4efa09fc (diff)
Rename basket to ord
Diffstat (limited to 'qicclient/client.hxx')
-rw-r--r--qicclient/client.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx
index c554dab..984996c 100644
--- a/qicclient/client.hxx
+++ b/qicclient/client.hxx
@@ -8,7 +8,7 @@ namespace QICClient {
using std::shared_ptr;
class Catalog;
class Product;
- class Basket;
+ class Ord;
class Client : public QObject
{
@@ -51,8 +51,7 @@ namespace QICClient {
* \param catalog The catalog from which the item is.
* \param order The order.
*/
- void order(QString const& sku, Catalog const& catalog,
- Basket& order);
+ void order(QString const& sku, Catalog const& catalog, Ord& order);
public slots:
/*