From 8c7f9e2558fd8f19f89691203dd75391614716fe Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 13 Jul 2018 16:34:19 +0300 Subject: [PATCH] Cppcheck warning. --HG-- branch : develop --- src/libs/ifc/exception/vexceptionobjecterror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/ifc/exception/vexceptionobjecterror.h b/src/libs/ifc/exception/vexceptionobjecterror.h index c7d6737e4..ccc8011ed 100644 --- a/src/libs/ifc/exception/vexceptionobjecterror.h +++ b/src/libs/ifc/exception/vexceptionobjecterror.h @@ -45,7 +45,7 @@ class VExceptionObjectError : public VException { public: VExceptionObjectError(const QString &what, const QDomElement &domElement); - VExceptionObjectError(const QString &what); + explicit VExceptionObjectError(const QString &what); VExceptionObjectError(const VExceptionObjectError &e); VExceptionObjectError &operator=(const VExceptionObjectError &e); virtual ~VExceptionObjectError() V_NOEXCEPT_EXPR (true) Q_DECL_EQ_DEFAULT;