1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2015-01-24 21:46:53 +01:00
parent 3262326657
commit 801554bbd8
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -130,7 +130,8 @@ bool SmileyPack::load(const QString& filename)
while (!stringElement.isNull())
{
QString emoticon = stringElement.text();
QString emoticon = stringElement.text()
.replace("<","&lt;").replace(">","&gt;");
filenameTable.insert(emoticon, file);
cacheSmiley(file); // preload all smileys