mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +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
@@ -53,10 +53,14 @@ namespace BlackGui
|
||||
~CLogComponent();
|
||||
|
||||
//! Display log
|
||||
void displayLog();
|
||||
void displayLog(bool attention = false);
|
||||
|
||||
//! Display console
|
||||
void displayConsole();
|
||||
void displayConsole(bool attention = false);
|
||||
|
||||
signals:
|
||||
//! Make me visible
|
||||
void requestAttention();
|
||||
|
||||
public slots:
|
||||
//! Append status message to console
|
||||
|
||||
Reference in New Issue
Block a user