From 8285dbcaa075ed2eb316b06f33ddf27f3a7f1e4b 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:49:05 +0800 Subject: libicclient reorder flypage parameters --- client.cxx | 2 +- libicclient | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client.cxx b/client.cxx index bd6b26a..90b8890 100644 --- a/client.cxx +++ b/client.cxx @@ -40,7 +40,7 @@ namespace ICClient { QString const& sku) { icclient_product* product = nullptr; - icclient_flypage(handler, &product, sku.toLatin1().constData()); + icclient_flypage(sku.toLatin1().constData(), handler, &product); if (product) emit gotFlyPage(shared_ptr{new Product{product}}); } diff --git a/libicclient b/libicclient index a9c230a..e13c106 160000 --- a/libicclient +++ b/libicclient @@ -1 +1 @@ -Subproject commit a9c230a80abfb78f09980efad809666050c702b6 +Subproject commit e13c106e8b28111feb0f71e5c04cab8637fcadb9 -- cgit v1.2.3