From dfcff81cc106f5aa9eda843074140fd52ae06efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Fri, 19 Jun 2020 16:14:38 +0800 Subject: Tidy up a bit --- qicclient/catalog.hxx | 6 +++--- 1 file 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); -- cgit v1.2.3