summaryrefslogtreecommitdiff
path: root/qicclient/ord.hxx
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/ord.hxx
parent5897edb32c67d05a9ed1aef78207916d9f6109fd (diff)
Move (commented) ord slots to their place
Diffstat (limited to 'qicclient/ord.hxx')
-rw-r--r--qicclient/ord.hxx6
1 files changed, 6 insertions, 0 deletions
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();