diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-01 06:52:42 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-01 06:52:42 +0800 |
commit | d82340151ce274930f42701f5a9a0c4db702cba4 (patch) | |
tree | ccae79c6970d5650768b22b88a37aa18510e4805 /qicclient/catalog.hxx | |
parent | 451437641aee7771b97ac5e54e1543a2510ce17a (diff) | |
parent | 0f63d288930a71e9705ce1b48a5e0036a9161b52 (diff) |
Merge branch 'master' into cmake
Diffstat (limited to 'qicclient/catalog.hxx')
-rw-r--r-- | qicclient/catalog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qicclient/catalog.hxx b/qicclient/catalog.hxx index 27b4c8e..782c864 100644 --- a/qicclient/catalog.hxx +++ b/qicclient/catalog.hxx @@ -61,15 +61,15 @@ namespace ICClient { , int role = Qt::DisplayRole ) const Q_DECL_OVERRIDE; + public slots: + void update(icclient_catalog* catalog); + signals: void updated(); protected: QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; - private slots: - void update(icclient_catalog* catalog); - private: QList<Product> products; void addProduct(Product const& product); |