Ref T40, allow to pass timeout

This commit is contained in:
Klaus Basan
2017-04-24 04:56:13 +02:00
committed by Mathew Sutcliffe
parent 523f650a34
commit b39f9a33a2
4 changed files with 6 additions and 6 deletions

View File

@@ -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;
//! @}