Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280

This commit is contained in:
Joe Taylor
2021-01-23 10:47:42 -05:00
3 changed files with 82 additions and 79 deletions
+2 -1
View File
@@ -7217,7 +7217,8 @@ void MainWindow::rigFailure (QString const& reason)
else
{
if (m_splash && m_splash->isVisible ()) m_splash->hide ();
m_rigErrorMessageBox.setDetailedText (reason);
m_rigErrorMessageBox.setDetailedText (reason + "\n\nTimestamp: "
+ QDateTime::currentDateTimeUtc ().toString (Qt::ISODateWithMs));
// don't call slot functions directly to avoid recursion
m_rigErrorMessageBox.exec ();