diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-06 19:06:05 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-06 19:06:05 +0800 | 
| commit | e76505f6f147736f12282912655160dd531995a6 (patch) | |
| tree | 96f4e0509cbd26a51c4c9da17dd2328e0c1a44e4 /qicclient | |
| parent | c2d38b094ceba47591b0524646b1e1c88e1005c0 (diff) | |
Adjusted order type
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/client.hxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 9af124d..6121c5e 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -4,7 +4,7 @@  #include <QObject>  struct icclient_catalog; -struct icclient_order; +struct icclient_ord_order;  namespace ICClient { @@ -52,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();  	}; |