QObjects should not require a parent

This commit is contained in:
Mikołaj Siedlarek 2013-12-24 10:22:22 +01:00
parent 026244f0b9
commit 0599b36d65

View File

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