diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-07-09 22:04:52 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-07-09 22:04:52 +0200 |
commit | 725ec356350175ba08bca0eae8475dc2654dd10a (patch) | |
tree | 84e2d17c247dcca19cb14e7f033201286a166b00 /application/pages/modplatform/TwitchPage.h | |
parent | 739a86f17194e60f44767d5830d7c214edc5d276 (diff) | |
download | MultiMC-725ec356350175ba08bca0eae8475dc2654dd10a.tar MultiMC-725ec356350175ba08bca0eae8475dc2654dd10a.tar.gz MultiMC-725ec356350175ba08bca0eae8475dc2654dd10a.tar.lz MultiMC-725ec356350175ba08bca0eae8475dc2654dd10a.tar.xz MultiMC-725ec356350175ba08bca0eae8475dc2654dd10a.zip |
NOISSUE recognize curseforge URLs dropped on top of MultiMC
Diffstat (limited to 'application/pages/modplatform/TwitchPage.h')
-rw-r--r-- | application/pages/modplatform/TwitchPage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/pages/modplatform/TwitchPage.h b/application/pages/modplatform/TwitchPage.h index 6d5146cc..600913cd 100644 --- a/application/pages/modplatform/TwitchPage.h +++ b/application/pages/modplatform/TwitchPage.h @@ -38,7 +38,7 @@ public: virtual ~TwitchPage(); virtual QString displayName() const override { - return tr("Twitch"); + return tr("Twitch URL"); } virtual QIcon icon() const override { @@ -56,6 +56,8 @@ public: void openedImpl() override; + void setUrl(const QString & url); + private slots: void triggerCheck(bool checked); void checkDone(); |