mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 15:30:31 -04:00
clear hashing status tooltip when hashing is over
This commit is contained in:
parent
991077a32a
commit
34f0c46bc9
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ void HashingStatus::updateHashingInfo(const QString& s)
|
|||
{
|
||||
statusHashing->hide() ;
|
||||
hashloader->hide() ;
|
||||
setToolTip(QString());
|
||||
|
||||
movie->stop() ;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue