summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.cxx b/client.cxx
index d4b2237..9abb081 100644
--- a/client.cxx
+++ b/client.cxx
@@ -36,12 +36,12 @@ namespace QICClient {
icclient_free_catalog(catalog);
}, handleResults);
}
-
+/*
void Client::results(QString const& prodGroup, void (*handler)(icclient_fetch_t*))
{
icclient_results(prodGroup.toLatin1().constData(), callback, handler);
}
-
+*/
void Client::allProducts()
{
icclient_allproducts([](icclient_catalog* catalog) {