Cppcheck warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-08-04 22:50:06 +03:00
parent 0cea5c3347
commit 8dc5b739ad

View file

@ -45,7 +45,7 @@ public:
: description()
{}
VVariableData(const QString &description)
explicit VVariableData(const QString &description)
: description(description)
{}