diff options
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ namespace QICClient { icclient_product(sku.toLatin1().constData(), [](icclient_response* response) { client->emitProduct(QString{response->data}); icclient_free_response(response); - }, nullptr); + }, nullptr); } void Client::defaultCatalog(QString const& prodGroup) |