From 61e8ac95e621544b32ae324d7aec44b4e15bc81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 5 Oct 2019 18:09:48 +0800 Subject: Separate the product structure so the catalog doesn't have to included when not needed. --- qicclient/client.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'qicclient/client.hxx') diff --git a/qicclient/client.hxx b/qicclient/client.hxx index bccd665..9af124d 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -2,7 +2,6 @@ #define QICCLIENT_CLIENT_HXX #include -#include struct icclient_catalog; struct icclient_order; -- cgit v1.2.3 From e76505f6f147736f12282912655160dd531995a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sun, 6 Oct 2019 19:06:05 +0800 Subject: Adjusted order type --- qicclient/client.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qicclient/client.hxx') 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 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(); }; -- cgit v1.2.3