mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
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:
committed by
Mathew Sutcliffe
parent
81299b4d16
commit
5a03d235cd
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user