Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into validate_metadata
This commit is contained in:
@@ -63,7 +63,11 @@ class ChecksumValidator : public Validator {
|
||||
return true;
|
||||
}
|
||||
|
||||
auto abort() -> bool override { return true; }
|
||||
auto abort() -> bool override
|
||||
{
|
||||
m_checksum.reset();
|
||||
return true;
|
||||
}
|
||||
|
||||
auto validate(QNetworkReply&) -> bool override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user