From 58879636ef24a21298614c6a9a19d201045938a0 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Tue, 30 Jun 2020 18:12:45 +0800 Subject: Init basket's m_data --- qicclient/basket.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'qicclient') 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} -- cgit v1.3