mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
clear hashing status tooltip when hashing is over
This commit is contained in:
parent
991077a32a
commit
34f0c46bc9
@ -66,6 +66,7 @@ void HashingStatus::updateHashingInfo(const QString& s)
|
||||
{
|
||||
statusHashing->hide() ;
|
||||
hashloader->hide() ;
|
||||
setToolTip(QString());
|
||||
|
||||
movie->stop() ;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user