mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
Replace Utils::String::fromStdString() by QString::fromStdString()
This commit is contained in:
parent
87384ca2a2
commit
fa2128cbae
9 changed files with 38 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue