diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 16:15:46 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 16:15:46 +0800 | 
| commit | 2a44f426c61783d9918d5e7932d6f054c0e63e69 (patch) | |
| tree | 34dc0a85ed195bf0107477c5eefa900980c3dba3 | |
| parent | dfcff81cc106f5aa9eda843074140fd52ae06efa (diff) | |
Tidy up a bit
| -rw-r--r-- | qicclient/catalog.hxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/qicclient/catalog.hxx b/qicclient/catalog.hxx index 2fd9ab5..317ea91 100644 --- a/qicclient/catalog.hxx +++ b/qicclient/catalog.hxx @@ -13,8 +13,8 @@ namespace ICClient {  		Q_OBJECT  		public: -			explicit Catalog(QObject* parent = nullptr) -				: QAbstractListModel{parent} {} +			explicit Catalog(QObject* parent = nullptr) : +				QAbstractListModel{parent} {}  			int rowCount(QModelIndex const& parent  					= QModelIndex()) const Q_DECL_OVERRIDE; |