aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/ModFolderModel.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/ModFolderModel.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/ModFolderModel.h')
-rw-r--r--launcher/minecraft/mod/ModFolderModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/mod/ModFolderModel.h b/launcher/minecraft/mod/ModFolderModel.h
index d337fe29..261a007a 100644
--- a/launcher/minecraft/mod/ModFolderModel.h
+++ b/launcher/minecraft/mod/ModFolderModel.h
@@ -75,7 +75,7 @@ public:
Enable,
Toggle
};
- ModFolderModel(const QString &dir, BaseInstance* instance, bool is_indexed = false, bool create_dir = true);
+ ModFolderModel(const QString& dir, const BaseInstance* instance, bool is_indexed = false, bool create_dir = true);
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;