diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-22 22:36:35 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-22 22:36:35 +0800 |
commit | 29857eef59c6a7bd6958743c83c05932678f2855 (patch) | |
tree | ea4e5de1b063661ae915023d259a774ae88b37d2 /client.cxx | |
parent | 560a47463ec705715b4ce5f53a39030feb48e305 (diff) |
order emit ordered signal
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |