diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-19 11:53:08 +0800 | 
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-19 11:53:08 +0800 | 
| commit | 2b88807a4645e3c8e2a8b557ed906bce85a4acf0 (patch) | |
| tree | 91ab3f5eb31415f7ef0223f1f3af20e273826c32 | |
| parent | ab3eecd8715c4b13d90e78ca4e349d3b493dea34 (diff) | |
Fix previous commit
| -rw-r--r-- | qicclient/catalog.hxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/qicclient/catalog.hxx b/qicclient/catalog.hxx index 616f6fb..2c7274c 100644 --- a/qicclient/catalog.hxx +++ b/qicclient/catalog.hxx @@ -13,7 +13,7 @@ namespace QICClient {  		Q_OBJECT  		public: -			Catalog(QObject* parent = nullptr) : QObject{parent} {} +			Catalog(QObject* parent = nullptr) : QAbstractListModel{parent} {}  			Catalog(struct icclient_catalog* catalog, QObject* parent = nullptr);  			~Catalog();  			int rowCount(QModelIndex const& parent = QModelIndex()) const Q_DECL_OVERRIDE; |