mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T40, allow to pass timeout
This commit is contained in:
committed by
Mathew Sutcliffe
parent
523f650a34
commit
b39f9a33a2
@@ -111,7 +111,7 @@ namespace BlackGui
|
||||
//! \name direct access to main application window
|
||||
//! @{
|
||||
virtual bool displayInStatusBar(const BlackMisc::CStatusMessage &message) override;
|
||||
virtual bool displayInOverlayWindow(const BlackMisc::CStatusMessage &message) override;
|
||||
virtual bool displayInOverlayWindow(const BlackMisc::CStatusMessage &message, int timeOutMs = -1) override;
|
||||
virtual bool displayTextInConsole(const QString &text) override;
|
||||
//! @}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user