aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/ModFolderModel.h
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-03-18 14:02:05 +0000
committerGitHub <noreply@github.com>2023-03-18 14:02:05 +0000
commit1893871a99d26955e411b0b5dba4d2fe4368d96e (patch)
tree998873a40d3da6622854b3fb84d973f7b29d70a3 /launcher/minecraft/mod/ModFolderModel.h
parent8837f06e4e97ed966662b52db206facd7f91a489 (diff)
parent45b0367d14f38d40af5cc8603f7daab05d83af5f (diff)
downloadPrismLauncher-1893871a99d26955e411b0b5dba4d2fe4368d96e.tar.gz
PrismLauncher-1893871a99d26955e411b0b5dba4d2fe4368d96e.tar.bz2
PrismLauncher-1893871a99d26955e411b0b5dba4d2fe4368d96e.zip
Merge branch 'PrismLauncher:develop' into mrpack-export
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 6898f6eb..84e70db9 100644
--- a/launcher/minecraft/mod/ModFolderModel.h
+++ b/launcher/minecraft/mod/ModFolderModel.h
@@ -75,7 +75,7 @@ public:
Enable,
Toggle
};
- ModFolderModel(const QString &dir, bool is_indexed = false);
+ ModFolderModel(const QString &dir, bool is_indexed = false, bool create_dir = true);
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;