diff options
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) |