Removed CppCheck Warnings

This commit is contained in:
Jacob Støren
2017-03-03 17:09:30 +01:00
parent dc79422a96
commit 4312968124
7 changed files with 10 additions and 6 deletions

View File

@@ -14,6 +14,11 @@ QWidget(parent, f)
m_min = HUGE_VAL;
m_max = -HUGE_VAL;
m_maxHistogramCount = 0;
m_width = 0;
m_height = 0;
m_x = 0;
m_y = 0;
}
//--------------------------------------------------------------------------------------------------