From 6a3863ec30a0ff477fa73aff9b64ba5407d26347 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Sun, 6 Mar 2016 10:32:57 +0100 Subject: Make more ctors explicit Added explicit where it was missing. This is not a source- incompatible change, because code that breaks by this is a bug. Let's not have this sitting around in an LTS. Change-Id: Id7e50db03545594f65ed6285ef9cb6c8a060fca7 Reviewed-by: Lars Knoll --- src/designer/src/uitools/quiloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/designer/src/uitools') diff --git a/src/designer/src/uitools/quiloader.h b/src/designer/src/uitools/quiloader.h index 51a076545..b7a8d7965 100644 --- a/src/designer/src/uitools/quiloader.h +++ b/src/designer/src/uitools/quiloader.h @@ -52,7 +52,7 @@ class QUiLoader : public QObject { Q_OBJECT public: - QUiLoader(QObject *parent = Q_NULLPTR); + explicit QUiLoader(QObject *parent = Q_NULLPTR); virtual ~QUiLoader(); QStringList pluginPaths() const; -- cgit v1.2.1