Switching to fa 4.0.3, use of c++11 enum classes

This commit is contained in:
Lo-X
2014-05-03 21:02:00 +02:00
parent 34ca5976c1
commit 8a9a889ed1
7 changed files with 755 additions and 820 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( fa::star ), "Cheers!" );
w.setCentralWidget( beerButton );
w.show();