mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-17 20:24:35 +03:00
QObjects should not require a parent
This commit is contained in:
@@ -436,7 +436,7 @@ Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
QtAwesome(QObject *parent );
|
||||
QtAwesome(QObject *parent = 0);
|
||||
virtual ~QtAwesome();
|
||||
|
||||
void init( const QString& fontname );
|
||||
|
||||
Reference in New Issue
Block a user