Skip to content

Commit

Permalink
Closes #677 CQ Zone 0 when FO/x
Browse files Browse the repository at this point in the history
  • Loading branch information
ea5wa committed Feb 3, 2024
1 parent ea97e53 commit 5952ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ bool MainWindow::readQSOFromUI()

qso->setContinent (dataProxy->getContinentShortNameFromEntity(dxcc));

int cqz = world->getQRZCqz(tqrz);
int cqz = world->getEntityCqz(dxcc);
int ituz = world->getEntityItuz(dxcc);

qso->setName (QSOTabWidget->getName());
Expand Down

0 comments on commit 5952ce5

Please sign in to comment.