mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Overlay messages
* setReducedInfo, no timestamp/category * color as parameter for shadow
This commit is contained in:
@@ -41,7 +41,6 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CStatusMessageForm();
|
||||
|
||||
public slots:
|
||||
//! Set message
|
||||
void setVariant(const BlackMisc::CVariant &messageVariant);
|
||||
|
||||
@@ -55,7 +54,7 @@ namespace BlackGui
|
||||
void toggleVisibility();
|
||||
|
||||
//! Minimize by hiding status ...
|
||||
void setReducedInfo(bool minimized);
|
||||
void setReducedInfo(bool reduced);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CStatusMessageForm> ui;
|
||||
|
||||
Reference in New Issue
Block a user