aboutsummaryrefslogtreecommitdiff
path: root/src/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.cpp')
-rw-r--r--src/about.cpp5
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"));
+}