From e18cd74a1cd266c0828f40594be92e53c2d18c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Mon, 29 Jun 2020 20:40:23 +0800 Subject: libicclient reorder results parameters --- client.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.cxx') diff --git a/client.cxx b/client.cxx index 0d3316d..bd6b26a 100644 --- a/client.cxx +++ b/client.cxx @@ -24,7 +24,7 @@ namespace ICClient { QString const& prodGroup) { icclient_catalog* catalog = nullptr; - icclient_results(handler, &catalog, prodGroup.toLatin1().constData()); + icclient_results(prodGroup.toLatin1().constData(), handler, &catalog); if (catalog) emit gotResults(new Catalog{catalog}); } -- cgit v1.2.3