Show error dialog for CTY.DAT when there are error conditions

This commit is contained in:
Brian Moran
2023-03-17 08:59:19 -07:00
parent a321348dfa
commit 5d61d2bf17
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -647,6 +647,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
MessageBox::warning_message (this, tr ("Error Loading LotW Users Data"), reason);
}, Qt::QueuedConnection);
QButtonGroup* txMsgButtonGroup = new QButtonGroup {this};
txMsgButtonGroup->addButton(ui->txrb1,1);
txMsgButtonGroup->addButton(ui->txrb2,2);