diff options
-rw-r--r-- | client.cxx | 1 | ||||
m--------- | libicclient | 10 |
2 files changed, 6 insertions, 5 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) diff --git a/libicclient b/libicclient -Subproject e8ae8fbeab89beb43138e26465965d3510edd1c +Subproject 0bef9b7717ecff9544284f5ba4b7576dadad489 |