mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
minor refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user