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

This commit is contained in:
Chocobo1 2017-03-07 19:41:38 +08:00
parent 87384ca2a2
commit fa2128cbae
9 changed files with 38 additions and 44 deletions

View file

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