mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
Merge pull request #2 from msiedlarek/parent-requirement
QObjects should not require a parent
This commit is contained in:
commit
e8303a5dbf
@ -436,7 +436,7 @@ Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
QtAwesome(QObject *parent );
|
||||
QtAwesome(QObject *parent = 0);
|
||||
virtual ~QtAwesome();
|
||||
|
||||
void init( const QString& fontname );
|
||||
|
Loading…
Reference in New Issue
Block a user