Updated to Font Awesome 4.5.0. Renamed _linux to fa_linux

This commit is contained in:
Rick Blommers
2016-03-03 10:13:52 +01:00
parent 8f844baf17
commit 2bced6aeb2
5 changed files with 48 additions and 8 deletions

View File

@@ -11,12 +11,12 @@ NOTE: Though the name is QtAwesome and currently it's very Font Awesome based, y
The class can also be used to manage your own dynamic code-drawn icons, by adding named icon-painters.
Updated to FontAwesome 4
------------------------
Updated to FontAwesome 4.5.0
----------------------------
This library has been updated to Font Awesome version 4.
This library has been updated to Font Awesome version **4.5.0**.
The current Font Awesome version is **4.4.0**.
* In the 4.5.0 version the _linux name has been changed to fa_linux. (Makes the naming of conflicting/invalid names more consistent, like fa_try and fa_500px)
* You can find the previous FontAwesome 4 c++11 library in the [c++11 branch](https://github.com/gamecreature/QtAwesome/tree/c++11).
* You can find the previous FontAwesome 3 library in the [fontawesome-3 branch](https://github.com/gamecreature/QtAwesome/tree/fontawesome-3).