summaryrefslogtreecommitdiff
path: root/qicclient/ord.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/ord.hxx')
-rw-r--r--qicclient/ord.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/qicclient/ord.hxx b/qicclient/ord.hxx
index fc7802a..697daa7 100644
--- a/qicclient/ord.hxx
+++ b/qicclient/ord.hxx
@@ -3,6 +3,7 @@
#include <QAbstractListModel>
#include <icclient/ord.h>
+#include "member.hxx"
#include "product.hxx"
namespace QICClient {
@@ -56,11 +57,9 @@ namespace QICClient {
double shipping() const { return m_shipping; }
double totalCost() const { return m_totalCost; }
- /*
public slots:
- void remove(unsigned int const& indices);
- void checkout();
- */
+// void remove(unsigned int const& indices);
+ void checkout(Member& member);
signals:
void rowCountChanged();