1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

yup, too many brackets

This commit is contained in:
agilob 2014-10-11 23:25:22 +01:00
parent ca3182e281
commit 27e4debb72
No known key found for this signature in database
GPG Key ID: 2CACF3EEF598C663

View File

@ -130,11 +130,8 @@ void GeneralForm::reloadSmiles()
for(int i = 0; i < emoticons.size(); i++)
{
foreach (QString icon, emoticons.at(i)) {
{
smiles.push_front(icon);
}
}
foreach (QString icon, emoticons.at(i))
smiles.push_front(icon);
}
int pixSize = 30;