diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-07 10:19:35 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-07 10:19:35 +0800 |
commit | a68fc492cf86a14cf9cf95d9f9a764cdf5b01007 (patch) | |
tree | 3f309d8be302266d4590862112549bc310cb79f0 /qicclient/client.hxx | |
parent | d82340151ce274930f42701f5a9a0c4db702cba4 (diff) | |
parent | 9fef837e6275697f4562f60c2546c5e025ec5435 (diff) |
Merge branch 'master' into cmake
# Conflicts:
# qicclient.pro
Diffstat (limited to 'qicclient/client.hxx')
-rw-r--r-- | qicclient/client.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx index bccd665..6121c5e 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -2,10 +2,9 @@ #define QICCLIENT_CLIENT_HXX #include <QObject> -#include <icclient/product.h> struct icclient_catalog; -struct icclient_order; +struct icclient_ord_order; namespace ICClient { @@ -53,7 +52,7 @@ namespace ICClient { signals: void gotAllProducts(icclient_catalog* catalog); - void ordered(icclient_order* order); + void ordered(icclient_ord_order* order); void loggedIn(QString const& userName); void loggedOut(); }; |