Fixed hash checking
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
222a10891c
commit
823cd3862d
3 changed files with 29 additions and 19 deletions
|
@ -89,6 +89,7 @@ void FlameHasher::executeTask()
|
|||
emitFailed("Empty hash!");
|
||||
} else {
|
||||
emitSucceeded();
|
||||
emit resultsReady(m_hash);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -120,6 +121,7 @@ void BlockedModHasher::executeTask()
|
|||
emitFailed("Empty hash!");
|
||||
} else {
|
||||
emitSucceeded();
|
||||
emit resultsReady(m_hash);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue