mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 01:52:05 -05:00
Reactivated call to "morse" for CW ID.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3102 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
55038c0e9b
commit
1c9b8f7c35
@ -380,7 +380,7 @@ void MainWindow::readSettings()
|
||||
|
||||
settings.beginGroup("Common");
|
||||
m_myCall=settings.value("MyCall","").toString();
|
||||
//morse_(m_myCall.toAscii().data(),icw,&m_ncw,m_myCall.length());
|
||||
morse_(m_myCall.toAscii().data(),icw,&m_ncw,m_myCall.length());
|
||||
m_myGrid=settings.value("MyGrid","").toString();
|
||||
m_idInt=settings.value("IDint",0).toInt();
|
||||
m_pttMethodIndex=settings.value("PTTmethod",1).toInt();
|
||||
|
Loading…
Reference in New Issue
Block a user