mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
minor refactor
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <QUrlQuery>
|
||||
|
||||
namespace NekoRay::fmt {
|
||||
namespace NekoGui_fmt {
|
||||
QString SocksHttpBean::ToShareLink() {
|
||||
QUrl url;
|
||||
if (socks_http_type == type_HTTP) { // http
|
||||
@@ -151,4 +151,4 @@ namespace NekoRay::fmt {
|
||||
return url.toString(QUrl::FullyEncoded);
|
||||
}
|
||||
|
||||
} // namespace NekoRay::fmt
|
||||
} // namespace NekoGui_fmt
|
||||
Reference in New Issue
Block a user