mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 13:11:25 -07:00
Replace Utils::String::toHtmlEscaped() by QString::.toHtmlEscaped()
This commit is contained in:
parent
ffdcfe9686
commit
87384ca2a2
6 changed files with 7 additions and 14 deletions
|
@ -183,8 +183,3 @@ bool Utils::String::slowEquals(const QByteArray &a, const QByteArray &b)
|
|||
|
||||
return (diff == 0);
|
||||
}
|
||||
|
||||
QString Utils::String::toHtmlEscaped(const QString &str)
|
||||
{
|
||||
return str.toHtmlEscaped();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue