aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/launch/ReconstructAssets.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-08-05 19:04:53 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-08-05 19:04:53 +0300
commit91eb30f03795921b48360b79bdb739dcd0f10f17 (patch)
tree1a2fccbbbf4751cf2cf6f6418cb525dcee5f2acd /launcher/minecraft/launch/ReconstructAssets.h
parenta3ffa6455021b69bd1940b65fefb3b6177c96730 (diff)
parentae793f6cf11658c9abc5111e82d5ba7b3e6af127 (diff)
downloadPrismLauncher-91eb30f03795921b48360b79bdb739dcd0f10f17.tar.gz
PrismLauncher-91eb30f03795921b48360b79bdb739dcd0f10f17.tar.bz2
PrismLauncher-91eb30f03795921b48360b79bdb739dcd0f10f17.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into pack_changelog
Diffstat (limited to 'launcher/minecraft/launch/ReconstructAssets.h')
-rw-r--r--launcher/minecraft/launch/ReconstructAssets.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/launcher/minecraft/launch/ReconstructAssets.h b/launcher/minecraft/launch/ReconstructAssets.h
index 58d7febd..bd867c8d 100644
--- a/launcher/minecraft/launch/ReconstructAssets.h
+++ b/launcher/minecraft/launch/ReconstructAssets.h
@@ -18,16 +18,12 @@
#include <launch/LaunchStep.h>
#include <memory>
-class ReconstructAssets: public LaunchStep
-{
+class ReconstructAssets : public LaunchStep {
Q_OBJECT
-public:
- explicit ReconstructAssets(LaunchTask *parent) : LaunchStep(parent){};
+ public:
+ explicit ReconstructAssets(LaunchTask* parent) : LaunchStep(parent){};
virtual ~ReconstructAssets(){};
void executeTask() override;
- bool canAbort() const override
- {
- return false;
- }
+ bool canAbort() const override { return false; }
};