From 3e66f47dc7bd6223fe39b67db5eeed5fb3fa6adc Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Fri, 19 Jun 2020 16:22:38 +0800 Subject: Tidy up a bit --- qicclient/basket.hxx | 6 +++--- 1 file 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; -- cgit v1.3