gamecreature / QtAwesome

QtAwesome - Font Awesome for Qt Applications
Other
787 stars 149 forks source link

Missing line in example code #3

Closed lazybobcat closed 10 years ago

lazybobcat commented 10 years ago

In the README.md file, in Example section, a line is missing where options are explained :

QVariantMap options;
options.insert( "color" , QColor(255,0,0) );
QPushButton* musicButton = new QPushButton( awesome->icon( icon_music ), "Music" );

The variable options is never used to set the icon color.