mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
fix: add some more nullptr checks / protection
die sigsegv 🔫 Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
@ -39,8 +39,8 @@ class EnsureMetadataTask : public Task {
|
||||
Yes,
|
||||
No
|
||||
};
|
||||
void emitReady(Mod*, RemoveFromList = RemoveFromList::Yes);
|
||||
void emitFail(Mod*, RemoveFromList = RemoveFromList::Yes);
|
||||
void emitReady(Mod*, QString key = {}, RemoveFromList = RemoveFromList::Yes);
|
||||
void emitFail(Mod*, QString key = {}, RemoveFromList = RemoveFromList::Yes);
|
||||
|
||||
// Hashes and stuff
|
||||
auto createNewHash(Mod*) -> Hashing::Hasher::Ptr;
|
||||
|
Reference in New Issue
Block a user