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/ord.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qicclient/ord.hxx') 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