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