refs #608, allow to select log component (attention) when required. This is needed for direct window access to display console messages directly.

This commit is contained in:
Klaus Basan
2016-03-02 18:54:31 +01:00
committed by Mathew Sutcliffe
parent 81299b4d16
commit 5a03d235cd
6 changed files with 31 additions and 6 deletions

View File

@@ -109,6 +109,9 @@ namespace BlackGui
//! Select area
void selectArea(InfoArea infoArea) { CInfoArea::selectArea(static_cast<int>(infoArea)); }
//! Select log
void selectLog();
//! Select settings with given area
void selectSettingsTab(int index);