refs #485, support splash screen

This commit is contained in:
Klaus Basan
2016-03-07 01:32:11 +01:00
committed by Mathew Sutcliffe
parent 90a8368002
commit 45496ce08e
10 changed files with 92 additions and 26 deletions

View File

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