mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
fix #26, Constructor QtAwesome wasn't explicit
This commit is contained in:
parent
dfaaa0f60a
commit
d86097934d
@ -826,7 +826,7 @@ Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
QtAwesome(QObject *parent = 0);
|
||||
explicit QtAwesome(QObject *parent = 0);
|
||||
virtual ~QtAwesome();
|
||||
|
||||
void init( const QString& fontname );
|
||||
|
Loading…
Reference in New Issue
Block a user