Merge pull request #2 from msiedlarek/parent-requirement

QObjects should not require a parent
This commit is contained in:
Rick Blommers 2013-12-24 01:35:15 -08:00
commit e8303a5dbf

View File

@ -436,7 +436,7 @@ Q_OBJECT
public:
QtAwesome(QObject *parent );
QtAwesome(QObject *parent = 0);
virtual ~QtAwesome();
void init( const QString& fontname );