Browse Source

yup, too many brackets

pull/419/head
agilob 11 years ago
parent
commit
27e4debb72
No known key found for this signature in database
GPG Key ID: 2CACF3EEF598C663
  1. 7
      widget/form/settings/generalform.cpp

7
widget/form/settings/generalform.cpp

@ -130,11 +130,8 @@ void GeneralForm::reloadSmiles() @@ -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;

Loading…
Cancel
Save