aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ReviewMessageBox.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-04-21 20:37:17 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-04-21 20:37:17 +0300
commit42bc91463e8dc7c078476c8606937552ce623c62 (patch)
tree847d7509aa4588c2c9b552caa4b3f7d69866642e /launcher/ui/dialogs/ReviewMessageBox.h
parentb4fa6e120a98fde89443b262f351412f36de7566 (diff)
downloadPrismLauncher-42bc91463e8dc7c078476c8606937552ce623c62.tar.gz
PrismLauncher-42bc91463e8dc7c078476c8606937552ce623c62.tar.bz2
PrismLauncher-42bc91463e8dc7c078476c8606937552ce623c62.zip
Updated links
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/dialogs/ReviewMessageBox.h')
-rw-r--r--launcher/ui/dialogs/ReviewMessageBox.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/launcher/ui/dialogs/ReviewMessageBox.h b/launcher/ui/dialogs/ReviewMessageBox.h
index 5ec2bc23..9579da33 100644
--- a/launcher/ui/dialogs/ReviewMessageBox.h
+++ b/launcher/ui/dialogs/ReviewMessageBox.h
@@ -13,9 +13,10 @@ class ReviewMessageBox : public QDialog {
static auto create(QWidget* parent, QString&& title, QString&& icon = "") -> ReviewMessageBox*;
using ResourceInformation = struct res_info {
- QString name;
- QString filename;
- QString custom_file_path {};
+ QString name;
+ QString filename;
+ QString custom_file_path{};
+ QString provider;
};
void appendResource(ResourceInformation&& info);