diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 16:14:38 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 16:14:38 +0800 |
commit | dfcff81cc106f5aa9eda843074140fd52ae06efa (patch) | |
tree | 43ff8d0ffb92236964894f364a3105baae0a5f39 /qicclient/catalog.hxx | |
parent | 7277060f8dfb01c8f44a3242d8d642f85609a8ed (diff) |
Tidy up a bit
Diffstat (limited to 'qicclient/catalog.hxx')
-rw-r--r-- | qicclient/catalog.hxx | 6 |
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); |