mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Replace Utils::String::toStdString() by QString::toStdString()
This commit is contained in:
parent
7539bee5c5
commit
ffdcfe9686
9 changed files with 34 additions and 40 deletions
|
@ -40,7 +40,6 @@ namespace Utils
|
|||
namespace String
|
||||
{
|
||||
QString fromStdString(const std::string &str);
|
||||
std::string toStdString(const QString &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