mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
Ref T40, allow to pass timeout
This commit is contained in:
committed by
Mathew Sutcliffe
parent
523f650a34
commit
b39f9a33a2
@@ -38,7 +38,7 @@ namespace BlackGui
|
||||
virtual bool displayInStatusBar(const BlackMisc::CStatusMessage &message);
|
||||
|
||||
//! Display in overlay window
|
||||
virtual bool displayInOverlayWindow(const BlackMisc::CStatusMessage &message);
|
||||
virtual bool displayInOverlayWindow(const BlackMisc::CStatusMessage &message, int timeOutMs = -1);
|
||||
|
||||
protected:
|
||||
Components::CLogComponent *m_mwaLogComponent = nullptr; //!< the log component if any
|
||||
|
||||
Reference in New Issue
Block a user