diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-29 20:40:23 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-29 20:40:23 +0800 |
commit | e18cd74a1cd266c0828f40594be92e53c2d18c66 (patch) | |
tree | 67fd32af4c33fcbf53e41946c29cef431a733327 | |
parent | f8e6bbd50bd5f8f866e3786efa41d497b1e71d3d (diff) |
libicclient reorder results parameters
-rw-r--r-- | client.cxx | 2 | ||||
m--------- | libicclient | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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}); } diff --git a/libicclient b/libicclient -Subproject f9ccf11dab8e7ffef363c774c94c660c144f8ef +Subproject a9c230a80abfb78f09980efad809666050c702b |