mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
Default compile should use Portaudio, not QAudio.
New link to User's Guide for v1.1.1. Portaudio.h should not be in SVN. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3515 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
e2bee0b16c
commit
4ad8294620
Binary file not shown.
@ -1144,7 +1144,7 @@ void MainWindow::msgBox(QString t) //msgBox
|
|||||||
void MainWindow::on_actionOnline_Users_Guide_triggered() //Display manual
|
void MainWindow::on_actionOnline_Users_Guide_triggered() //Display manual
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QUrl(
|
QDesktopServices::openUrl(QUrl(
|
||||||
"http://www.physics.princeton.edu/pulsar/K1JT/WSJT-X_Users_Guide_v1.1.pdf",
|
"http://www.physics.princeton.edu/pulsar/K1JT/WSJT-X_Users_Guide_v1.1.1.pdf",
|
||||||
QUrl::TolerantMode));
|
QUrl::TolerantMode));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1174
portaudio.h
1174
portaudio.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user