From 228c93e5d02359a7a8f6d08da7a99bfbd79ce0d3 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: Tue, 16 Jun 2020 09:41:12 +0800 Subject: Product cross-sell list of strings member --- catalog.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'catalog.cxx') diff --git a/catalog.cxx b/catalog.cxx index 549c7b3..6bb9499 100644 --- a/catalog.cxx +++ b/catalog.cxx @@ -35,6 +35,8 @@ namespace ICClient { return product.weight; case Product::AuthorRole: return product.author; + case Product::CrossSellRole: + return product.crossSell; default: return QVariant(); } @@ -51,6 +53,7 @@ namespace ICClient { , {Product::ProdGroupRole, "prodGroup"} , {Product::WeightRole, "weight"} , {Product::AuthorRole, "author"} + , {Product::CrossSellRole, "crossSell"} }; } -- cgit v1.2.3