mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 18:44:19 -04:00
Cleaned up remaining exception related code in rigclass.h and .cpp
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3249 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+6
-1
@@ -2762,7 +2762,12 @@ void MainWindow::rigOpen()
|
||||
QString t;
|
||||
int ret;
|
||||
|
||||
rig = new Rig(m_rig);
|
||||
rig = new Rig();
|
||||
if (!rig->init(m_rig)) {
|
||||
msgBox("Rig init failure");
|
||||
return;
|
||||
}
|
||||
|
||||
rig->setConf("rig_pathname", m_catPort.toAscii().data());
|
||||
char buf[80];
|
||||
sprintf(buf,"%d",m_serialRate);
|
||||
|
||||
Reference in New Issue
Block a user