refs #506, init log filter

This commit is contained in:
Klaus Basan
2016-12-26 22:26:14 +01:00
committed by Mathew Sutcliffe
parent 1a7c11f49c
commit eed9910e75
4 changed files with 6 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ namespace BlackGui
ui->setupUi(this);
CInfoArea::initInfoArea(); // init base class
this->setWindowIcon(CIcons::swift64());
this->getLogComponent()->showFilterDialog();
connect(this->getLogComponent(), &CLogComponent::requestAttention, this, &CMainInfoAreaComponent::selectLog);
}