Cppcheck warning.
--HG-- branch : develop
This commit is contained in:
parent
fd85efacd9
commit
8c7f9e2558
|
@ -45,7 +45,7 @@ class VExceptionObjectError : public VException
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
VExceptionObjectError(const QString &what, const QDomElement &domElement);
|
VExceptionObjectError(const QString &what, const QDomElement &domElement);
|
||||||
VExceptionObjectError(const QString &what);
|
explicit VExceptionObjectError(const QString &what);
|
||||||
VExceptionObjectError(const VExceptionObjectError &e);
|
VExceptionObjectError(const VExceptionObjectError &e);
|
||||||
VExceptionObjectError &operator=(const VExceptionObjectError &e);
|
VExceptionObjectError &operator=(const VExceptionObjectError &e);
|
||||||
virtual ~VExceptionObjectError() V_NOEXCEPT_EXPR (true) Q_DECL_EQ_DEFAULT;
|
virtual ~VExceptionObjectError() V_NOEXCEPT_EXPR (true) Q_DECL_EQ_DEFAULT;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user