aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/flame/FlameModPage.h
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-02-21 21:34:06 -0300
committerflow <thiagodonato300@gmail.com>2022-02-21 21:34:06 -0300
commit9c6727e27f55dd888c8cfc5147fdf0f6f8378f46 (patch)
tree7f00a0782bac54ec9cf55cfbe3b740745d7f8b38 /launcher/ui/pages/modplatform/flame/FlameModPage.h
parent613b351f1342ac80f5699dbdb53b9ff5c1f1056f (diff)
downloadPrismLauncher-9c6727e27f55dd888c8cfc5147fdf0f6f8378f46.tar.gz
PrismLauncher-9c6727e27f55dd888c8cfc5147fdf0f6f8378f46.tar.bz2
PrismLauncher-9c6727e27f55dd888c8cfc5147fdf0f6f8378f46.zip
feat: change task container in ModDownloadDialog to a QHash
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask.
Diffstat (limited to 'launcher/ui/pages/modplatform/flame/FlameModPage.h')
0 files changed, 0 insertions, 0 deletions