Remove the popup message that "<callsign> was not found in CALL3.TXT".

This commit is contained in:
Joe Taylor 2020-06-07 13:27:49 -04:00 committed by Bill Somerville
parent ccb9479d2d
commit 3c09589f74
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 0 additions and 4 deletions

View File

@ -5337,10 +5337,6 @@ void MainWindow::lookup(bool lookupButtonClicked)
for(int i=0; i<999999; i++) {
n=f.readLine(c,sizeof(c));
if(n <= 0) {
if(lookupButtonClicked) {
QString msg=hisCall + tr(" not found in CALL3.TXT");
MessageBox::information_message (this, msg);
}
if(!hisgrid0.contains(grid_regexp)) {
ui->dxGridEntry->clear();
}