aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/ResourcePackFolderModel.cpp
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/ResourcePackFolderModel.cpp
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/ResourcePackFolderModel.cpp')
-rw-r--r--launcher/minecraft/mod/ResourcePackFolderModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/mod/ResourcePackFolderModel.cpp b/launcher/minecraft/mod/ResourcePackFolderModel.cpp
index c12d1f23..8036292b 100644
--- a/launcher/minecraft/mod/ResourcePackFolderModel.cpp
+++ b/launcher/minecraft/mod/ResourcePackFolderModel.cpp
@@ -45,7 +45,7 @@
#include "minecraft/mod/tasks/BasicFolderLoadTask.h"
#include "minecraft/mod/tasks/LocalResourcePackParseTask.h"
-ResourcePackFolderModel::ResourcePackFolderModel(const QString& dir, BaseInstance* instance)
+ResourcePackFolderModel::ResourcePackFolderModel(const QString& dir, const BaseInstance* instance)
: ResourceFolderModel(QDir(dir), instance)
{
m_column_sort_keys = { SortType::ENABLED, SortType::NAME, SortType::PACK_FORMAT, SortType::DATE };