mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
Minor code-style fix
This commit is contained in:
parent
2f24486481
commit
e4ef86f900
@ -902,8 +902,9 @@ bool QtAwesome::initFontAwesome( )
|
||||
|
||||
// intialize the map
|
||||
QHash<QString, int>& m = namedCodepoints_;
|
||||
for (unsigned i = 0; i < sizeof(faNameIconArray)/sizeof(FANameIcon); ++i)
|
||||
for (unsigned i = 0; i < sizeof(faNameIconArray)/sizeof(FANameIcon); ++i) {
|
||||
m.insert(faNameIconArray[i].name, faNameIconArray[i].icon);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user