diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 16:22:38 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 16:22:38 +0800 | 
| commit | 3e66f47dc7bd6223fe39b67db5eeed5fb3fa6adc (patch) | |
| tree | 6733243851abb429884e5883f3dd6b56766e72bf /qicclient | |
| parent | 2a44f426c61783d9918d5e7932d6f054c0e63e69 (diff) | |
Tidy up a bit
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/basket.hxx | 6 | 
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; |