From ef95b0d6d69c44ee47d6d4107720e7313b46c11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 20 Jun 2021 19:27:57 +0800 Subject: Simplify member functions --- qicclient.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qicclient.hxx') diff --git a/qicclient.hxx b/qicclient.hxx index da1fa61..664b566 100644 --- a/qicclient.hxx +++ b/qicclient.hxx @@ -31,8 +31,6 @@ namespace QICClient { * \param order The order. */ void order(QString const& sku, Catalog const& catalog, Ord& order); - void emitCatalog(QString const& response); - void emitProduct(QString const& response); public slots: /*! @@ -62,6 +60,10 @@ namespace QICClient { signals: void gotCatalog(QString const& response); void gotProduct(QString const& response); + + protected: + void emitCatalog(QString const& response); + void emitProduct(QString const& response); }; } -- cgit v1.2.3