summaryrefslogtreecommitdiff
path: root/qicclient
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-07-19 09:25:24 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-07-19 09:25:24 +0800
commit8ebcf88c02932f93ede84bc016aedb5d55dc19a7 (patch)
treec78a20b17ec373982f30dcab36403479c52df11c /qicclient
parent5897edb32c67d05a9ed1aef78207916d9f6109fd (diff)
Move (commented) ord slots to their place
Diffstat (limited to 'qicclient')
-rw-r--r--qicclient/client.hxx8
-rw-r--r--qicclient/ord.hxx6
2 files changed, 6 insertions, 8 deletions
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> 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();