diff options
Diffstat (limited to 'qicclient/catalog.hxx')
-rw-r--r-- | qicclient/catalog.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qicclient/catalog.hxx b/qicclient/catalog.hxx index 4deeff3..616f6fb 100644 --- a/qicclient/catalog.hxx +++ b/qicclient/catalog.hxx @@ -13,6 +13,7 @@ namespace QICClient { Q_OBJECT public: + Catalog(QObject* parent = nullptr) : QObject{parent} {} Catalog(struct icclient_catalog* catalog, QObject* parent = nullptr); ~Catalog(); int rowCount(QModelIndex const& parent = QModelIndex()) const Q_DECL_OVERRIDE; |