mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Replace Utils::String::fromStdString() by QString::fromStdString()
This commit is contained in:
@@ -39,7 +39,6 @@ namespace Utils
|
||||
{
|
||||
namespace String
|
||||
{
|
||||
QString fromStdString(const std::string &str);
|
||||
QString fromDouble(double n, int precision);
|
||||
|
||||
// Implements constant-time comparison to protect against timing attacks
|
||||
|
||||
Reference in New Issue
Block a user