aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/TexturePackFolderModel.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-08 20:26:09 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-08 20:26:09 +0300
commitf96b135ef72a762220941681cf1b314a3b2db266 (patch)
tree90f28be402becbf32835d176913d9d36f3c3d703 /launcher/minecraft/mod/TexturePackFolderModel.h
parent7fb4c8358b9303358e47833bdf7e8fc8bcf5ab17 (diff)
downloadPrismLauncher-f96b135ef72a762220941681cf1b314a3b2db266.tar.gz
PrismLauncher-f96b135ef72a762220941681cf1b314a3b2db266.tar.bz2
PrismLauncher-f96b135ef72a762220941681cf1b314a3b2db266.zip
Higlight installed mods
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/minecraft/mod/TexturePackFolderModel.h')
-rw-r--r--launcher/minecraft/mod/TexturePackFolderModel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/minecraft/mod/TexturePackFolderModel.h b/launcher/minecraft/mod/TexturePackFolderModel.h
index 425a71e4..a1492f8b 100644
--- a/launcher/minecraft/mod/TexturePackFolderModel.h
+++ b/launcher/minecraft/mod/TexturePackFolderModel.h
@@ -42,8 +42,8 @@ class TexturePackFolderModel : public ResourceFolderModel
{
Q_OBJECT
-public:
- explicit TexturePackFolderModel(const QString &dir, BaseInstance* instance);
+ public:
+ explicit TexturePackFolderModel(const QString& dir, const BaseInstance* instance);
[[nodiscard]] Task* createUpdateTask() override;
[[nodiscard]] Task* createParseTask(Resource&) override;
};