summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qicclient/catalog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/qicclient/catalog.hxx b/qicclient/catalog.hxx
index 38e257a..2fd9ab5 100644
--- a/qicclient/catalog.hxx
+++ b/qicclient/catalog.hxx
@@ -18,9 +18,9 @@ namespace ICClient {
int rowCount(QModelIndex const& parent
= QModelIndex()) const Q_DECL_OVERRIDE;
- 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;
public slots:
void update(icclient_catalog* catalog);