Replace Utils::String::toStdString() by QString::toStdString()

This commit is contained in:
Chocobo1 2017-03-06 23:51:35 +08:00
commit ffdcfe9686
9 changed files with 34 additions and 40 deletions

View file

@ -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