refactor: move "get versions" task from page to model

This seems more reasonable
This commit is contained in:
flow 2022-03-06 15:23:00 -03:00
parent 5e9d49a910
commit 5a638fa977
No known key found for this signature in database
GPG key ID: 8D0F221F0A59F469
8 changed files with 30 additions and 23 deletions

View file

@ -22,5 +22,5 @@ class FlameModPage : public ModPage {
bool shouldDisplay() const override;
private:
void onModVersionSucceed(ModPage*, QByteArray*, QString) override;
void onGetVersionsSucceeded(ModPage*, QByteArray*, QString) override;
};