summaryrefslogtreecommitdiff
path: root/catalog.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-22 18:08:56 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-22 18:08:56 +0800
commit560a47463ec705715b4ce5f53a39030feb48e305 (patch)
treea00f752859accc00bc4b4f28a9480ef17ed53821 /catalog.cxx
parent0a94e177d28a1257dbe9cd4b8ff3c97fba3dfd46 (diff)
order is not a slot and takes a catalog argument
Diffstat (limited to 'catalog.cxx')
-rw-r--r--catalog.cxx1
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();
}
}