summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-17 10:58:21 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-17 10:58:21 +0800
commitfcd4ae221938ce8f18853c214effc9948e5c58c2 (patch)
tree738802acfd319f4a72207af0591fd1adaeebe251
parent54db60474ebd96e6821dea193397e0c96406d114 (diff)
Deactivate one results until a non-conflicting name if chosen
-rw-r--r--client.cxx4
-rw-r--r--qicclient.hxx2
2 files changed, 3 insertions, 3 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) {
diff --git a/qicclient.hxx b/qicclient.hxx
index dc68326..bc060e8 100644
--- a/qicclient.hxx
+++ b/qicclient.hxx
@@ -28,7 +28,7 @@ namespace QICClient {
* \param prodGroup The name of the product group.
* \param handler A C style pointer to function for custom handling.
*/
- void results(QString const& prodGroup, void (*handler)(icclient_fetch_t*));
+ //void results(QString const& prodGroup, void (*handler)(icclient_fetch_t*));
/*!
* \brief For fetching data about all active products.
* \param handler A C style pointer to function for custom handling.