Sorry, I committed a corrupt file. OK now.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3680 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-01-31 19:13:14 +00:00
parent 7a4a1f216a
commit 7d81d1bb59
1 changed files with 2 additions and 2 deletions

View File

@ -3163,7 +3163,7 @@ void MainWindow::getpfx()
for(int i=0; i<339; i++) {
m_pfx.insert(m_prefix[i],true);
}
\}
}
bool MainWindow::shortList(QString callsign)
{
@ -3173,5 +3173,5 @@ bool MainWindow::shortList(QString callsign)
QString t1=callsign.mid(0,i1);
QString t2=callsign.mid(i1+1,n-i1-1);
bool b=(m_pfx.contains(t1) or m_sfx.contains(t2));
\ return b;
return b;
}