Updated the Readme file with new version information.

Fixed the cheers icon in the example project ;)
This commit is contained in:
Rick Blommers
2014-05-07 20:10:57 +02:00
parent 2841b6ba8d
commit 1e5a68d2bd
2 changed files with 15 additions and 4 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( fa::star ), "Cheers!" );
QPushButton* beerButton = new QPushButton( awesome->icon( fa::beer ), "Cheers!" );
w.setCentralWidget( beerButton );
w.show();