Fixed issued reported by CppDepends

This commit is contained in:
Magne Sjaastad
2015-12-07 12:53:36 +01:00
parent 5eb38fe203
commit b4e7e27f76
6 changed files with 7 additions and 14 deletions

View File

@@ -13,6 +13,7 @@ QWidget(parent, f)
m_mean = HUGE_VAL;
m_min = HUGE_VAL;
m_max = -HUGE_VAL;
m_maxHistogramCount = 0;
}
//--------------------------------------------------------------------------------------------------