diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-08 20:26:09 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-08 20:26:09 +0300 |
commit | f96b135ef72a762220941681cf1b314a3b2db266 (patch) | |
tree | 90f28be402becbf32835d176913d9d36f3c3d703 /launcher/minecraft/mod/ModFolderModel.h | |
parent | 7fb4c8358b9303358e47833bdf7e8fc8bcf5ab17 (diff) | |
download | PrismLauncher-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.h | 2 |
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; |