mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 16:34:55 -04:00
Provide access to Release Notes from MAP65 Help menu.
This commit is contained in:
@@ -981,6 +981,13 @@ void MainWindow::stub() //stub()
|
||||
msgBox("Not yet implemented.");
|
||||
}
|
||||
|
||||
void MainWindow::on_actionRelease_Notes_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl(
|
||||
"https://www.physics.princeton.edu/pulsar/K1JT/Release_Notes.txt",
|
||||
QUrl::TolerantMode));
|
||||
}
|
||||
|
||||
void MainWindow::on_actionOnline_Users_Guide_triggered() //Display manual
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl(
|
||||
|
||||
Reference in New Issue
Block a user