mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
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