mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: Add Button and Link to 'Contribute' Page.
Add a button that opens the 'Contribute' page to the 'About' dialogue, to encourage more users to start to contribute. Requires https://github.com/subsurface/new-website/pull/36 to be deployed to have a valid link target. Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
323dda672c
commit
1ce385b363
4 changed files with 17 additions and 2 deletions
|
@ -13,6 +13,7 @@ public:
|
|||
private
|
||||
slots:
|
||||
void on_licenseButton_clicked();
|
||||
void on_contributeButton_clicked();
|
||||
void on_websiteButton_clicked();
|
||||
void on_creditButton_clicked();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue