Updated to Font Awesome to 3.1.1 (this add a bunch of extra icons)

Changed the link to the new cheat sheet url
This commit is contained in:
Rick Blommers
2013-05-14 16:40:04 +02:00
parent 5d8f2ddf18
commit de4b278b2c
5 changed files with 130 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ int main(int argc, char *argv[])
awesome->initFontAwesome();
// a simple beer button
QPushButton* beerButton = new QPushButton( awesome->icon( icon_beer), "Cheers!" );
QPushButton* beerButton = new QPushButton( awesome->icon( icon_beer ), "Cheers!" );
w.setCentralWidget( beerButton );
w.show();