diff options
author | 2021-08-30 13:16:38 +0530 | |
---|---|---|
committer | 2021-08-30 13:16:38 +0530 | |
commit | 4caea48fbbe05ae927448d39a4166e75c4907aa4 (patch) | |
tree | 96494453fc718877b1cabc09fb36fa9cbdf77799 /src/about.cpp | |
parent | a2a1428e4952ffc877eb2d2ee352e2b6723f0976 (diff) | |
download | whatsie-4caea48fbbe05ae927448d39a4166e75c4907aa4.tar.gz whatsie-4caea48fbbe05ae927448d39a4166e75c4907aa4.zip |
updated rateApp and about dialog
Diffstat (limited to 'src/about.cpp')
-rw-r--r-- | src/about.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/about.cpp b/src/about.cpp index 8344283..2212700 100644 --- a/src/about.cpp +++ b/src/about.cpp @@ -100,3 +100,8 @@ void About::on_debugInfoButton_clicked() } } + +void About::on_donate_2_clicked() +{ + QDesktopServices::openUrl(QUrl("https://opencollective.com/whatsie")); +} |