summaryrefslogtreecommitdiff
path: root/qicclient/ord.hxx
diff options
context:
space:
mode:
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();