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:
Edson W. R. Pereira
2013-05-01 12:21:19 +00:00
parent 69ee577c11
commit 1987b94685
4 changed files with 35 additions and 116 deletions
+6 -1
View File
@@ -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);