diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-30 20:38:19 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-30 20:38:19 +0800 | 
| commit | f4f583a3e3bb2afa66b1b780f3a9e1f67e2d3494 (patch) | |
| tree | 6c65d8199899d348d5e7dada180b82ccff3a8b90 /qicclient | |
| parent | 318271e14c181d63f1c713d27ee82031c3ddc786 (diff) | |
Rename namespace to QICClient
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/basket.hxx | 2 | ||||
| -rw-r--r-- | qicclient/catalog.hxx | 2 | ||||
| -rw-r--r-- | qicclient/client.hxx | 2 | ||||
| -rw-r--r-- | qicclient/product.hxx | 2 | ||||
| -rw-r--r-- | qicclient/user.hxx | 2 | 
5 files changed, 5 insertions, 5 deletions
| diff --git a/qicclient/basket.hxx b/qicclient/basket.hxx index 988c261..9e0d4f1 100644 --- a/qicclient/basket.hxx +++ b/qicclient/basket.hxx @@ -7,7 +7,7 @@  struct icclient_ord_order; -namespace ICClient { +namespace QICClient {  	struct Item  	{ diff --git a/qicclient/catalog.hxx b/qicclient/catalog.hxx index d643d2e..7d4dda2 100644 --- a/qicclient/catalog.hxx +++ b/qicclient/catalog.hxx @@ -6,7 +6,7 @@  struct icclient_catalog; -namespace ICClient { +namespace QICClient {  	class Catalog : public QAbstractListModel  	{ diff --git a/qicclient/client.hxx b/qicclient/client.hxx index d05d101..c6344f7 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -5,7 +5,7 @@  struct icclient_user; -namespace ICClient { +namespace QICClient {  	using std::shared_ptr;  	class Catalog; diff --git a/qicclient/product.hxx b/qicclient/product.hxx index ae23459..57be1ce 100644 --- a/qicclient/product.hxx +++ b/qicclient/product.hxx @@ -3,7 +3,7 @@  #include <icclient/product.h> -namespace ICClient { +namespace QICClient {  	struct Product  	{ diff --git a/qicclient/user.hxx b/qicclient/user.hxx index b554cba..a100b8d 100644 --- a/qicclient/user.hxx +++ b/qicclient/user.hxx @@ -6,7 +6,7 @@  struct icclient_user; -namespace ICClient { +namespace QICClient {  	class User : public QObject  	{ |