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

@@ -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