mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
13 lines
322 B
C++
13 lines
322 B
C++
#pragma once
|
|
#include <QHostAddress>
|
|
#include <QObject>
|
|
#include <QString>
|
|
//
|
|
namespace Qv2ray::components::proxy {
|
|
void ClearSystemProxy();
|
|
void SetSystemProxy(int http_port, int socks_port);
|
|
} // namespace Qv2ray::components::proxy
|
|
|
|
using namespace Qv2ray::components;
|
|
using namespace Qv2ray::components::proxy;
|