From 6a91187d6b6f7fda5f082822f86c45e0df3a9cc0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 31 Jan 2014 19:13:14 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 64674eae5..581015e64 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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; }