summaryrefslogtreecommitdiff
path: root/qicclient/catalog.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 16:14:38 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-19 16:14:38 +0800
commitdfcff81cc106f5aa9eda843074140fd52ae06efa (patch)
tree43ff8d0ffb92236964894f364a3105baae0a5f39 /qicclient/catalog.hxx
parent7277060f8dfb01c8f44a3242d8d642f85609a8ed (diff)
Tidy up a bit
Diffstat (limited to 'qicclient/catalog.hxx')
-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);