clear hashing status tooltip when hashing is over

This commit is contained in:
csoler 2019-08-25 10:22:58 +02:00
parent 991077a32a
commit 34f0c46bc9
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -66,6 +66,7 @@ void HashingStatus::updateHashingInfo(const QString& s)
{
statusHashing->hide() ;
hashloader->hide() ;
setToolTip(QString());
movie->stop() ;
} else {