From 0d2a18b15d45d612f3b9ba92d7b7af23be7d444f 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: Fri, 26 Jun 2020 18:41:43 +0800 Subject: Unnecessary namespace statement --- client.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cxx b/client.cxx index f5c2734..44fcea6 100644 --- a/client.cxx +++ b/client.cxx @@ -39,7 +39,7 @@ namespace ICClient { { icclient_product* product = nullptr; icclient_flypage(handler, &product, sku.toLatin1().constData()); - if (product) emit gotFlyPage(std::shared_ptr{new ICClient::Product{product}}); + if (product) emit gotFlyPage(std::shared_ptr{new Product{product}}); } void Client::order(icclient_ord_order** orderPtr, QString const& sku -- cgit v1.2.3