diff options
author | swirl <swurl@swurl.xyz> | 2022-01-09 13:51:46 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-09 13:51:46 -0500 |
commit | e50d07f791b591b8a6055a76cfc072a34acc8bea (patch) | |
tree | 26cbb09c8dd5ee4619d3f9ebd5392b9f8a092729 /launcher/ui/dialogs/AboutDialog.h | |
parent | b515cb478e3a2f6533cd722942bf01f9cc7d1087 (diff) | |
download | PrismLauncher-e50d07f791b591b8a6055a76cfc072a34acc8bea.tar.gz PrismLauncher-e50d07f791b591b8a6055a76cfc072a34acc8bea.tar.bz2 PrismLauncher-e50d07f791b591b8a6055a76cfc072a34acc8bea.zip |
remove patreon stuff
Closes: #22
Update to 1.0.5
Remove "Forking/Redistribution" tab in About (why is it even there?)
Metainfo now corresponds to version
add discord
Completely removed Patreon.
Diffstat (limited to 'launcher/ui/dialogs/AboutDialog.h')
-rw-r--r-- | launcher/ui/dialogs/AboutDialog.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/launcher/ui/dialogs/AboutDialog.h b/launcher/ui/dialogs/AboutDialog.h index cc4b8850..814fd98c 100644 --- a/launcher/ui/dialogs/AboutDialog.h +++ b/launcher/ui/dialogs/AboutDialog.h @@ -31,17 +31,10 @@ public: explicit AboutDialog(QWidget *parent = 0); ~AboutDialog(); -public -slots: - /// Starts loading a list of Patreon patrons. - void loadPatronList(); - - /// Slot for when the patron list loads successfully. - void patronListLoaded(); - private: Ui::AboutDialog *ui; NetJob::Ptr netJob; QByteArray dataSink; }; + |