mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
chore: re-format code
This commit is contained in:
@@ -14,11 +14,12 @@ namespace Qv2ray::common::network {
|
||||
};
|
||||
|
||||
class NetworkRequestHelper : QObject {
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
explicit NetworkRequestHelper(QObject *parent) : QObject(parent) {};
|
||||
explicit NetworkRequestHelper(QObject *parent) : QObject(parent){};
|
||||
|
||||
~NetworkRequestHelper() override = default;;
|
||||
~NetworkRequestHelper() override = default;
|
||||
;
|
||||
|
||||
public:
|
||||
static NekoHTTPResponse HttpGet(const QUrl &url);
|
||||
|
||||
Reference in New Issue
Block a user