clarify some method names and comments

This commit is contained in:
flow
2022-03-06 16:04:24 -03:00
parent 1229e90817
commit d755174bee
8 changed files with 20 additions and 17 deletions

View File

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