diff options
Diffstat (limited to 'catalog.cxx')
-rw-r--r-- | catalog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog.cxx b/catalog.cxx index 709d20d..03a90a1 100644 --- a/catalog.cxx +++ b/catalog.cxx @@ -55,8 +55,8 @@ namespace ICClient { for (size_t i = 0; i < catalog->length; i++) addProduct(Product{catalog->products[i]}); icclient_catalog_free(catalog); + emit updated(); } - emit updated(); } } |