ui: Added GitHub and Patreon buttons to start window

This commit is contained in:
Eberhard Graether
2019-11-17 16:14:24 +01:00
parent 9b86f0e824
commit b5e0387f1e
6 changed files with 44 additions and 10 deletions
+2 -2
View File
@@ -514,12 +514,12 @@ void QtMainWindow::showErrorHelpMessage()
void QtMainWindow::showChangelog()
{
QDesktopServices::openUrl(QUrl("https://github.com/CoatiSoftware/SourcetrailBugTracker/#changelog"));
QDesktopServices::openUrl(QUrl("https://github.com/CoatiSoftware/Sourcetrail/blob/master/CHANGELOG.md"));
}
void QtMainWindow::showBugtracker()
{
QDesktopServices::openUrl(QUrl("https://github.com/CoatiSoftware/SourcetrailBugTracker/issues"));
QDesktopServices::openUrl(QUrl("https://github.com/CoatiSoftware/Sourcetrail/issues"));
}
void QtMainWindow::showLicenses()