minor refactor

This commit is contained in:
arm64v8a
2023-05-22 11:07:14 +09:00
parent 1b050dd3fb
commit c5122b77e4
98 changed files with 1173 additions and 1142 deletions

View File

@@ -6,7 +6,7 @@
#include <QObject>
#include <functional>
namespace NekoRay::network {
namespace NekoGui_network {
struct NekoHTTPResponse {
QString error;
QByteArray data;
@@ -26,6 +26,6 @@ namespace NekoRay::network {
static QString GetHeader(const QList<QPair<QByteArray, QByteArray>> &header, const QString &name);
};
} // namespace NekoRay::network
} // namespace NekoGui_network
using namespace NekoRay::network;
using namespace NekoGui_network;