diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-11 22:43:27 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-14 23:41:37 +0300 |
commit | 1495bfb73ead50b45942e94a8e3b18e111820b4b (patch) | |
tree | ba5eee6cf565b363d51ca432af460209a5d13da1 /launcher/modplatform | |
parent | 9b02c31f8dab0f36f3d0c30115ab323dabe21541 (diff) | |
download | PrismLauncher-1495bfb73ead50b45942e94a8e3b18e111820b4b.tar.gz PrismLauncher-1495bfb73ead50b45942e94a8e3b18e111820b4b.tar.bz2 PrismLauncher-1495bfb73ead50b45942e94a8e3b18e111820b4b.zip |
Made custom template enabled all time
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r-- | launcher/modplatform/helpers/ExportToModList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/helpers/ExportToModList.h b/launcher/modplatform/helpers/ExportToModList.h index abd6e9bc..49252fc4 100644 --- a/launcher/modplatform/helpers/ExportToModList.h +++ b/launcher/modplatform/helpers/ExportToModList.h @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ #pragma once -#include <qlist.h> +#include <QList> #include <QString> #include "minecraft/mod/Mod.h" |