clarify some method names and comments
This commit is contained in:
@@ -36,7 +36,7 @@ FlameModPage::FlameModPage(ModDownloadDialog* dialog, BaseInstance* instance)
|
||||
|
||||
bool FlameModPage::shouldDisplay() const { return true; }
|
||||
|
||||
void FlameModPage::onGetVersionsSucceeded(ModPage* instance, QByteArray* response, QString addonId)
|
||||
void FlameModPage::onRequestVersionsSucceeded(ModPage* instance, QByteArray* response, QString addonId)
|
||||
{
|
||||
if (addonId != current.addonId) {
|
||||
return; // wrong request
|
||||
|
||||
@@ -22,5 +22,5 @@ class FlameModPage : public ModPage {
|
||||
bool shouldDisplay() const override;
|
||||
|
||||
private:
|
||||
void onGetVersionsSucceeded(ModPage*, QByteArray*, QString) override;
|
||||
void onRequestVersionsSucceeded(ModPage*, QByteArray*, QString) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user