aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2022-10-25 20:18:14 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2022-11-01 04:24:11 -0700
commite9d4793b1e98944dad910b3952c117bb2d3369de (patch)
tree220af12faafe97d903d5c2298befee2aee91f050 /launcher/modplatform/flame
parent13c7efa0584caf34950a6e6efa4b8e3bee16d764 (diff)
downloadPrismLauncher-e9d4793b1e98944dad910b3952c117bb2d3369de.tar.gz
PrismLauncher-e9d4793b1e98944dad910b3952c117bb2d3369de.tar.bz2
PrismLauncher-e9d4793b1e98944dad910b3952c117bb2d3369de.zip
minor clean up and add some docs
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/modplatform/flame')
-rw-r--r--launcher/modplatform/flame/FlameInstanceCreationTask.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameInstanceCreationTask.cpp b/launcher/modplatform/flame/FlameInstanceCreationTask.cpp
index fbc4ecf3..edacb819 100644
--- a/launcher/modplatform/flame/FlameInstanceCreationTask.cpp
+++ b/launcher/modplatform/flame/FlameInstanceCreationTask.cpp
@@ -411,6 +411,8 @@ void FlameCreationTask::idResolverSucceeded(QEventLoop& loop)
}
}
+/// @brief copy the matched blocked mods to the instance staging area
+/// @param blocked_mods list of the blocked mods and their matched paths
void FlameCreationTask::copyBlockedMods(QList<BlockedMod> blocked_mods) {
setStatus(tr("Copying Blocked Mods..."));