summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;