Initial better mod browser link implementation

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2022-11-01 16:58:22 +00:00
parent 04b39294ba
commit 7f32c6464d
8 changed files with 87 additions and 11 deletions

View File

@ -64,4 +64,6 @@ class FlameModPage : public ModPage {
bool optedOut(ModPlatform::IndexedVersion& ver) const override;
auto shouldDisplay() const -> bool override;
void openUrl(const QUrl& url) override;
};