refactor: move things around so that related things are close together
This also adds some comments around ModModel.cpp and ModPage.cpp to add some ease of reading the code. Also move some things from headers to cpp files.
This commit is contained in:
@ -19,8 +19,7 @@ class FlameModPage : public ModPage {
|
||||
inline QString debugName() const override { return tr("Flame"); }
|
||||
inline QString metaEntryBase() const override { return "FlameMods"; };
|
||||
|
||||
bool shouldDisplay() const override;
|
||||
bool validateVersion(ModPlatform::IndexedVersion& ver, QString mineVer, QString loaderVer = "") const override;
|
||||
|
||||
private:
|
||||
void onRequestVersionsSucceeded(QJsonDocument&, QString) override;
|
||||
bool shouldDisplay() const override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user