Cppcheck warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-07-13 16:34:19 +03:00
parent fd85efacd9
commit 8c7f9e2558

View file

@ -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;