summaryrefslogtreecommitdiff
path: root/qicclient/basket.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/basket.hxx')
-rw-r--r--qicclient/basket.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/qicclient/basket.hxx b/qicclient/basket.hxx
index af4d81c..988c261 100644
--- a/qicclient/basket.hxx
+++ b/qicclient/basket.hxx
@@ -40,6 +40,7 @@ namespace ICClient {
public:
explicit Basket(QObject* parent = nullptr) :
QAbstractListModel{parent},
+ m_data{nullptr},
m_subtotal{.0},
m_shipping{.0},
m_totalCost{.0}