diff options
author | flow <flowlnlnln@gmail.com> | 2022-12-18 17:03:39 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2023-01-13 16:23:07 -0300 |
commit | c8eca4fb8508a22b9d4819d57627dd684f8d98c5 (patch) | |
tree | 5a9acd5ef1fbd929e97b8214de37db42ddb23132 /launcher/ui/dialogs | |
parent | 0e207aba6c4eb67dccef12750c080a64deba6764 (diff) | |
download | PrismLauncher-c8eca4fb8508a22b9d4819d57627dd684f8d98c5.tar.gz PrismLauncher-c8eca4fb8508a22b9d4819d57627dd684f8d98c5.tar.bz2 PrismLauncher-c8eca4fb8508a22b9d4819d57627dd684f8d98c5.zip |
fix: build with qt5.12 on Linux and pedantic flag
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/ui/dialogs')
-rw-r--r-- | launcher/ui/dialogs/ResourceDownloadDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/dialogs/ResourceDownloadDialog.h b/launcher/ui/dialogs/ResourceDownloadDialog.h index 95a5e628..34120350 100644 --- a/launcher/ui/dialogs/ResourceDownloadDialog.h +++ b/launcher/ui/dialogs/ResourceDownloadDialog.h @@ -21,6 +21,7 @@ #include <QDialog> #include <QDialogButtonBox> +#include <QHash> #include <QLayout> #include "QObjectPtr.h" |