diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-30 18:12:45 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-30 18:12:45 +0800 |
commit | 58879636ef24a21298614c6a9a19d201045938a0 (patch) | |
tree | c665781cbd096f74a4ccf238f18d17e465f01e07 /qicclient/basket.hxx | |
parent | 9aea7c06c3702b313aea183e841df94a27b8c06a (diff) |
Init basket's m_data
Diffstat (limited to 'qicclient/basket.hxx')
-rw-r--r-- | qicclient/basket.hxx | 1 |
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} |