From 29857eef59c6a7bd6958743c83c05932678f2855 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: Tue, 22 Oct 2019 22:36:35 +0800 Subject: order emit ordered signal --- client.cxx | 1 + libicclient | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client.cxx b/client.cxx index d3146ce..74a64ba 100644 --- a/client.cxx +++ b/client.cxx @@ -25,6 +25,7 @@ namespace ICClient { { icclient_ord_order* order = nullptr; icclient_order(&order, sku.toLatin1().constData(), catalog); + emit ordered(order); } void Client::logIn(QString const& username, QString const& password) diff --git a/libicclient b/libicclient index e8ae8fb..0bef9b7 160000 --- a/libicclient +++ b/libicclient @@ -1 +1 @@ -Subproject commit e8ae8fbeab89beb43138e26465965d3510edd1c7 +Subproject commit 0bef9b7717ecff9544284f5ba4b7576dadad4892 -- cgit v1.2.3