summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.cxx b/client.cxx
index 8c84da8..37875b1 100644
--- a/client.cxx
+++ b/client.cxx
@@ -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)