Robert Reif: initialize array (#366)
This commit is contained in:
parent
65128b1331
commit
4e340d556d
|
@ -34,6 +34,9 @@ ResultsTree::ResultsTree(QWidget * parent) :
|
||||||
mCheckPath(""),
|
mCheckPath(""),
|
||||||
mVisibleErrors(false)
|
mVisibleErrors(false)
|
||||||
{
|
{
|
||||||
|
for (int i = 0; i < SHOW_NONE; i++)
|
||||||
|
mShowTypes[i] = false;
|
||||||
|
|
||||||
setModel(&mModel);
|
setModel(&mModel);
|
||||||
QStringList labels;
|
QStringList labels;
|
||||||
labels << tr("File") << tr("Severity") << tr("Line") << tr("Message");
|
labels << tr("File") << tr("Severity") << tr("Line") << tr("Message");
|
||||||
|
|
Loading…
Reference in New Issue