We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e006e02 commit 2d63605Copy full SHA for 2d63605
1 file changed
gui/checkstatistics.cpp
@@ -33,7 +33,7 @@ static void addItem(QMap<QString,unsigned> &m, const QString &key)
33
if (m.contains(key))
34
m[key]++;
35
else
36
- m[key] = 0;
+ m[key] = 1;
37
}
38
39
void CheckStatistics::addItem(const QString &tool, ShowTypes::ShowType type)
0 commit comments