mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
bug fix
This commit is contained in:
@@ -57,10 +57,6 @@ QString GetRandomString(int randomStringLength);
|
||||
|
||||
quint64 GetRandomUint64();
|
||||
|
||||
inline QString UrlSafe_encode(const QString &s) {
|
||||
return s.toUtf8().toPercentEncoding().replace(" ", "%20");
|
||||
}
|
||||
|
||||
// JSON
|
||||
|
||||
class QJsonObject;
|
||||
|
||||
Reference in New Issue
Block a user