PVS: V730 Not all members of a class are initialized inside the constructor

This commit is contained in:
wmayer
2019-03-03 18:16:14 +01:00
parent 8a95461ae3
commit 7e482a5002
6 changed files with 17 additions and 16 deletions

View File

@@ -41,6 +41,7 @@ using namespace TechDrawGui;
QGICMark::QGICMark(int index) : QGIVertex(index)
{
projIndex = 0;
m_size = 3.0;
m_width = 0.75;
draw();