summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx1
1 files changed, 1 insertions, 0 deletions
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)