From 8ebcf88c02932f93ede84bc016aedb5d55dc19a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sun, 19 Jul 2020 09:25:24 +0800 Subject: Move (commented) ord slots to their place --- qicclient/client.hxx | 8 -------- qicclient/ord.hxx | 6 ++++++ 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'qicclient') diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 984996c..1939d3d 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -53,14 +53,6 @@ namespace QICClient { */ void order(QString const& sku, Catalog const& catalog, Ord& order); - public slots: - /* - void remove(unsigned int const& indices); - void checkout(); - void newItem(QString const& description, QString const& comment, - QString const& price, QString const& imagePath); - */ - signals: void gotResults(Catalog* catalog); void gotFlyPage(shared_ptr product); diff --git a/qicclient/ord.hxx b/qicclient/ord.hxx index a3be840..fc7802a 100644 --- a/qicclient/ord.hxx +++ b/qicclient/ord.hxx @@ -56,6 +56,12 @@ namespace QICClient { double shipping() const { return m_shipping; } double totalCost() const { return m_totalCost; } + /* + public slots: + void remove(unsigned int const& indices); + void checkout(); + */ + signals: void rowCountChanged(); void subtotalChanged(); -- cgit v1.2.3