Provide access to Release Notes from MAP65 Help menu.

This commit is contained in:
Joe Taylor
2021-06-30 11:28:40 -04:00
parent 8ab721bde3
commit 772e8d1947
3 changed files with 14 additions and 0 deletions
+7
View File
@@ -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(