Fixed font-awesome cheatsheet path

This commit is contained in:
Rick Blommers 2013-10-27 22:11:45 +01:00
parent 2d3253aeb8
commit f4b7b35b95

View File

@ -34,7 +34,7 @@ You probably want to create a single QtAwesome object for your whole application
Add an accessor to this object. (a global function, member of your application object whatever you like). Add an accessor to this object. (a global function, member of your application object whatever you like).
Use an icon name from the icon copy-past list [http://fortawesome.github.io/Font-Awesome/cheatsheet/](http://fortawesome.github.io/Font-Awesome/cheatsheet/) Use an icon name from the icon copy-past list [http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/](http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/)
Example Example