diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-06 13:16:27 +0100 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-06 13:16:27 +0100 |
| commit | 85bddbed86a6e56aa96c0b024c4bafa79d86eaad (patch) | |
| tree | 03f068204e480e8382f23b59b096805710388bff /launcher/modplatform/modpacksch | |
| parent | 07359865c6aeeb70bcebcfb77e5f12430013de3c (diff) | |
| download | PrismLauncher-85bddbed86a6e56aa96c0b024c4bafa79d86eaad.tar.gz PrismLauncher-85bddbed86a6e56aa96c0b024c4bafa79d86eaad.tar.bz2 PrismLauncher-85bddbed86a6e56aa96c0b024c4bafa79d86eaad.zip | |
chore: reformat code
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/modplatform/modpacksch')
| -rw-r--r-- | launcher/modplatform/modpacksch/FTBPackInstallTask.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp b/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp index 7a6067f8..cd8e1914 100644 --- a/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp +++ b/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp @@ -189,7 +189,6 @@ void PackInstallTask::onResolveModsSucceeded() // First check for blocked mods if (!results_file.resolved || results_file.url.isEmpty()) { - BlockedMod blocked_mod; blocked_mod.name = local_file.name; blocked_mod.websiteUrl = results_file.websiteUrl; @@ -211,9 +210,9 @@ void PackInstallTask::onResolveModsSucceeded() qDebug() << "Blocked files found, displaying file list"; BlockedModsDialog message_dialog(m_parent, tr("Blocked files found"), - tr("The following files are not available for download in third party launchers.<br/>" - "You will need to manually download them and add them to the instance."), - m_blocked_mods); + tr("The following files are not available for download in third party launchers.<br/>" + "You will need to manually download them and add them to the instance."), + m_blocked_mods); message_dialog.setModal(true); |
