diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-22 18:08:56 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-22 18:08:56 +0800 |
commit | 560a47463ec705715b4ce5f53a39030feb48e305 (patch) | |
tree | a00f752859accc00bc4b4f28a9480ef17ed53821 /catalog.cxx | |
parent | 0a94e177d28a1257dbe9cd4b8ff3c97fba3dfd46 (diff) |
order is not a slot and takes a catalog argument
Diffstat (limited to 'catalog.cxx')
-rw-r--r-- | catalog.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/catalog.cxx b/catalog.cxx index ecc01a0..8cdc64a 100644 --- a/catalog.cxx +++ b/catalog.cxx @@ -57,7 +57,6 @@ namespace ICClient { if (catalog) { for (size_t i = 0; i < catalog->length; i++) addProduct(Product{catalog->products[i]}); - icclient_freecatalog(catalog); emit updated(); } } |