chore: resolve conflicts and merge upstream

This commit is contained in:
flow
2022-03-24 18:24:51 -03:00
121 changed files with 3182 additions and 802 deletions

View File

@ -33,6 +33,8 @@ class ModPage : public QWidget, public BasePage {
virtual auto debugName() const -> QString = 0;
void retranslate() override;
auto shouldDisplay() const -> bool override = 0;
virtual auto validateVersion(ModPlatform::IndexedVersion& ver, QString mineVer, QString loaderVer = "") const -> bool = 0;