refactor: move "get versions" task from page to model
This seems more reasonable
This commit is contained in:
parent
5e9d49a910
commit
5a638fa977
8 changed files with 30 additions and 23 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue