This commit is contained in:
Trial97
2023-06-19 00:06:44 +03:00
30 changed files with 340 additions and 75 deletions

View File

@ -30,7 +30,7 @@ class ModrinthModModel : public ModModel {
Q_OBJECT
public:
ModrinthModModel(const BaseInstance&);
ModrinthModModel(BaseInstance&);
~ModrinthModModel() override = default;
private: