aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ModUpdateDialog.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-09-28 23:06:18 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-09-28 23:06:18 +0300
commit4802f6950e45d795303d3bc89d6f2e56293d2618 (patch)
tree3ba73bcdd89f278aaab6826e10c7c5659e5f71b6 /launcher/ui/dialogs/ModUpdateDialog.h
parent5b7c5607a90cbb6ff78ba140a15d6180842d069b (diff)
parent531b58093eadba6bd856c4e30fb3b9a30dc270ee (diff)
downloadPrismLauncher-4802f6950e45d795303d3bc89d6f2e56293d2618.tar.gz
PrismLauncher-4802f6950e45d795303d3bc89d6f2e56293d2618.tar.bz2
PrismLauncher-4802f6950e45d795303d3bc89d6f2e56293d2618.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into feat/acknowledge_release_type
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/dialogs/ModUpdateDialog.h')
-rw-r--r--launcher/ui/dialogs/ModUpdateDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ModUpdateDialog.h b/launcher/ui/dialogs/ModUpdateDialog.h
index 12dddf5e..b79aa494 100644
--- a/launcher/ui/dialogs/ModUpdateDialog.h
+++ b/launcher/ui/dialogs/ModUpdateDialog.h
@@ -23,7 +23,7 @@ class ModUpdateDialog final : public ReviewMessageBox {
void checkCandidates();
- void appendMod(const CheckUpdateTask::UpdatableMod& info);
+ void appendMod(const CheckUpdateTask::UpdatableMod& info, QStringList requiredBy = {});
const QList<ResourceDownloadTask::Ptr> getTasks();
auto indexDir() const -> QDir { return m_mod_model->indexDir(); }