mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Supply version and platform strings to Report Bugs page
This commit is contained in:
parent
826b9bb175
commit
0bc6fbbcc6
@ -2796,5 +2796,5 @@ void MainWindow::on_actionReport_a_Bug_triggered()
|
||||
{
|
||||
QSettings settings(getDeveloperName(), getAppName());
|
||||
QString language = settings.value(LangSetting).toString();
|
||||
QDesktopServices::openUrl(QUrl(QString("http://sleepyhead.jedimark.net/report_bugs.php?lang=%1").arg(language)));
|
||||
QDesktopServices::openUrl(QUrl(QString("http://sleepyhead.jedimark.net/report_bugs.php?lang=%1&version=%2&platform=%3").arg(language).arg(VersionString).arg(PlatformString)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user