aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/flame/FlameModPage.h
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2022-11-01 16:58:22 +0000
committerTheKodeToad <TheKodeToad@proton.me>2022-11-01 16:58:22 +0000
commit7f32c6464d84181fc8947f632da340a863dc53d6 (patch)
treeb9e0fa98bcaef118e0ca871dfe65ba57e322a5db /launcher/ui/pages/modplatform/flame/FlameModPage.h
parent04b39294ba012721279ca9d009f99f75178fd57a (diff)
downloadPrismLauncher-7f32c6464d84181fc8947f632da340a863dc53d6.tar.gz
PrismLauncher-7f32c6464d84181fc8947f632da340a863dc53d6.tar.bz2
PrismLauncher-7f32c6464d84181fc8947f632da340a863dc53d6.zip
Initial better mod browser link implementation
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/pages/modplatform/flame/FlameModPage.h')
-rw-r--r--launcher/ui/pages/modplatform/flame/FlameModPage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameModPage.h b/launcher/ui/pages/modplatform/flame/FlameModPage.h
index 50dedd6f..aef9c698 100644
--- a/launcher/ui/pages/modplatform/flame/FlameModPage.h
+++ b/launcher/ui/pages/modplatform/flame/FlameModPage.h
@@ -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;
};