summaryrefslogtreecommitdiff
path: root/src/designer/src/uitools
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-03-06 10:32:57 +0100
committerMarc Mutz <marc.mutz@kdab.com>2016-03-06 12:21:56 +0000
commit6a3863ec30a0ff477fa73aff9b64ba5407d26347 (patch)
tree23c0032783b1401cbe7697c2be68cc777f5cbc50 /src/designer/src/uitools
parentdd86a8f8cb5b70a01ec43f7ab54a78d2ea2782f5 (diff)
downloadqttools-6a3863ec30a0ff477fa73aff9b64ba5407d26347.tar.gz
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 <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/designer/src/uitools')
-rw-r--r--src/designer/src/uitools/quiloader.h2
1 files changed, 1 insertions, 1 deletions
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;