summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-19 11:53:08 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-19 11:53:08 +0800
commit2b88807a4645e3c8e2a8b557ed906bce85a4acf0 (patch)
tree91ab3f5eb31415f7ef0223f1f3af20e273826c32
parentab3eecd8715c4b13d90e78ca4e349d3b493dea34 (diff)
Fix previous commit
-rw-r--r--qicclient/catalog.hxx2
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;