mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
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:
parent
7a4a1f216a
commit
7d81d1bb59
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user