diff options
| -rw-r--r-- | shemovcleaner.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/shemovcleaner.cpp b/shemovcleaner.cpp index a0f5373..bb22e24 100644 --- a/shemovcleaner.cpp +++ b/shemovcleaner.cpp @@ -84,7 +84,7 @@ ShemovCleaner::~ShemovCleaner(){  }  void ShemovCleaner::statusBarMessage(const QString &msg){ -    statusBar()->showMessage(msg); +    statusBar()->showMessage(msg, 10*1000);  }  void ShemovCleaner::setDuration(const QString &msg){  | 
