diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-29 20:49:05 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-29 20:49:05 +0800 | 
| commit | 8285dbcaa075ed2eb316b06f33ddf27f3a7f1e4b (patch) | |
| tree | 4caaf3fb532dbc67480d88f406b9edc34d8b884d | |
| parent | e18cd74a1cd266c0828f40594be92e53c2d18c66 (diff) | |
libicclient reorder flypage parameters
| -rw-r--r-- | client.cxx | 2 | ||||
| m--------- | libicclient | 0 | 
2 files changed, 1 insertions, 1 deletions
| @@ -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<Product>{new Product{product}});  	} diff --git a/libicclient b/libicclient -Subproject a9c230a80abfb78f09980efad809666050c702b +Subproject e13c106e8b28111feb0f71e5c04cab8637fcadb |