mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -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() ;
|
statusHashing->hide() ;
|
||||||
hashloader->hide() ;
|
hashloader->hide() ;
|
||||||
|
setToolTip(QString());
|
||||||
|
|
||||||
movie->stop() ;
|
movie->stop() ;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue