refs #855, support for timeout in CEnableForViewBasedIndicator

This commit is contained in:
Klaus Basan
2017-01-07 02:58:41 +01:00
committed by Mathew Sutcliffe
parent 02cbd8e00d
commit 076fff417a
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ namespace BlackGui
bool isShowingLoadIndicator() const;
//! Show loading indicator
void showLoadIndicator();
int showLoadIndicator(int timeoutMs = -1);
//! Hide loading indicator
void hideLoadIndicator();