|
@@ -83,8 +83,6 @@ void ctkErrorLogWidgetPrivate::init()
|
|
|
|
|
|
QObject::connect(this->ClearButton, SIGNAL(clicked()),
|
|
|
q, SLOT(removeEntries()));
|
|
|
-
|
|
|
- this->ErrorLogTableView->setColumnHidden(ctkErrorLogModel::ThreadIdColumn, true);
|
|
|
}
|
|
|
|
|
|
// --------------------------------------------------------------------------
|
|
@@ -177,6 +175,8 @@ void ctkErrorLogWidget::setErrorLogModel(ctkErrorLogModel * newErrorLogModel)
|
|
|
{
|
|
|
this->setAllEntriesVisible(0);
|
|
|
}
|
|
|
+
|
|
|
+ d->ErrorLogTableView->setColumnHidden(ctkErrorLogModel::ThreadIdColumn, true);
|
|
|
}
|
|
|
|
|
|
// --------------------------------------------------------------------------
|