From f4f583a3e3bb2afa66b1b780f3a9e1f67e2d3494 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, 30 Jun 2020 20:38:19 +0800 Subject: Rename namespace to QICClient --- basket.cxx | 2 +- catalog.cxx | 2 +- client.cxx | 2 +- qicclient/basket.hxx | 2 +- qicclient/catalog.hxx | 2 +- qicclient/client.hxx | 2 +- qicclient/product.hxx | 2 +- qicclient/user.hxx | 2 +- user.cxx | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/basket.cxx b/basket.cxx index c7aada0..ed8d78f 100644 --- a/basket.cxx +++ b/basket.cxx @@ -2,7 +2,7 @@ #include #include "qicclient/basket.hxx" -namespace ICClient { +namespace QICClient { int Basket::rowCount(QModelIndex const& parent) const { diff --git a/catalog.cxx b/catalog.cxx index 6415de7..a4bf800 100644 --- a/catalog.cxx +++ b/catalog.cxx @@ -3,7 +3,7 @@ #include #include "qicclient/catalog.hxx" -namespace ICClient { +namespace QICClient { Catalog::Catalog(icclient_catalog* catalog, QObject* parent) : m_data{catalog}, diff --git a/client.cxx b/client.cxx index 893ef84..2482a87 100644 --- a/client.cxx +++ b/client.cxx @@ -7,7 +7,7 @@ #include "qicclient/basket.hxx" #include "qicclient/client.hxx" -namespace ICClient { +namespace QICClient { Client::Client(char const* url, char const* certificate) { 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 -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 { diff --git a/user.cxx b/user.cxx index bc4e6c8..a1e190a 100644 --- a/user.cxx +++ b/user.cxx @@ -2,7 +2,7 @@ #include #include "qicclient/user.hxx" -namespace ICClient { +namespace QICClient { void User::setUserName(QString const& UserName) { -- cgit v1.2.3