diff options
author | flow <flowlnlnln@gmail.com> | 2022-11-10 08:08:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 08:08:44 -0800 |
commit | 46a8e18841f398a3735e7ca4310c317e3dacc474 (patch) | |
tree | 1ff73f35a35f8d8707481c5c29adc7b0d4e9481e /launcher/ui/pages/modplatform/ModPage.h | |
parent | 6c53e68a523c1b9b9d19014a975958788c484108 (diff) | |
parent | 99ed0b6c2ca67733a574a13cd215ec5c46c4dcfa (diff) | |
download | PrismLauncher-46a8e18841f398a3735e7ca4310c317e3dacc474.tar.gz PrismLauncher-46a8e18841f398a3735e7ca4310c317e3dacc474.tar.bz2 PrismLauncher-46a8e18841f398a3735e7ca4310c317e3dacc474.zip |
Merge pull request #367 from TheKodeToad/linkjumping
fix https://github.com/PrismLauncher/PrismLauncher/issues/363
Diffstat (limited to 'launcher/ui/pages/modplatform/ModPage.h')
-rw-r--r-- | launcher/ui/pages/modplatform/ModPage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/ModPage.h b/launcher/ui/pages/modplatform/ModPage.h index ae3d7e77..c9ccbaf2 100644 --- a/launcher/ui/pages/modplatform/ModPage.h +++ b/launcher/ui/pages/modplatform/ModPage.h @@ -82,6 +82,7 @@ class ModPage : public QWidget, public BasePage { void onSelectionChanged(QModelIndex first, QModelIndex second); void onVersionSelectionChanged(QString data); void onModSelected(); + virtual void openUrl(const QUrl& url); protected: Ui::ModPage* ui = nullptr; |