summaryrefslogtreecommitdiff
path: root/qicclient/basket.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 16:22:38 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 16:22:38 +0800
commit3e66f47dc7bd6223fe39b67db5eeed5fb3fa6adc (patch)
tree6733243851abb429884e5883f3dd6b56766e72bf /qicclient/basket.hxx
parent2a44f426c61783d9918d5e7932d6f054c0e63e69 (diff)
Tidy up a bit
Diffstat (limited to 'qicclient/basket.hxx')
-rw-r--r--qicclient/basket.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/qicclient/basket.hxx b/qicclient/basket.hxx
index ecd7a67..019b165 100644
--- a/qicclient/basket.hxx
+++ b/qicclient/basket.hxx
@@ -45,9 +45,9 @@ namespace ICClient {
, m_totalCost{.0}
{}
- QVariant data(const QModelIndex& index
- , int role = Qt::DisplayRole
- ) const Q_DECL_OVERRIDE;
+ QVariant data(const QModelIndex& index,
+ int role = Qt::DisplayRole
+ ) const Q_DECL_OVERRIDE;
int rowCount(QModelIndex const& parent
= QModelIndex()) const Q_DECL_OVERRIDE;