From d86097934db525b3d10fc029f18aca0f74e85c7c Mon Sep 17 00:00:00 2001 From: Rick Blommers Date: Wed, 5 Jul 2017 08:52:23 +0200 Subject: [PATCH] fix #26, Constructor QtAwesome wasn't explicit --- QtAwesome/QtAwesome.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QtAwesome/QtAwesome.h b/QtAwesome/QtAwesome.h index a56caeb..5aabd1b 100644 --- a/QtAwesome/QtAwesome.h +++ b/QtAwesome/QtAwesome.h @@ -826,7 +826,7 @@ Q_OBJECT public: - QtAwesome(QObject *parent = 0); + explicit QtAwesome(QObject *parent = 0); virtual ~QtAwesome(); void init( const QString& fontname );