mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-18 04:34:35 +03:00
Use a loop to initialize the hash table
Using an static read-only array of string literal and id pairs allows to initialize the hash table in a loop. This results in smaller and less redundant code.
This commit is contained in: