mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
made hasing task async
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
766ddc80e3
commit
9cbdbddb08
3 changed files with 32 additions and 17 deletions
|
|
@ -213,7 +213,7 @@ class ExtractZipTask : public Task {
|
|||
{}
|
||||
virtual ~ExtractZipTask() = default;
|
||||
|
||||
typedef std::optional<QString> ZipResult;
|
||||
using ZipResult = std::optional<QString>;
|
||||
|
||||
protected:
|
||||
virtual void executeTask() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue