mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Add time stamp to rig control error messages details
This commit is contained in:
parent
e18082caab
commit
2d4256d593
@ -7248,7 +7248,8 @@ void MainWindow::rigFailure (QString const& reason)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (m_splash && m_splash->isVisible ()) m_splash->hide ();
|
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
|
// don't call slot functions directly to avoid recursion
|
||||||
m_rigErrorMessageBox.exec ();
|
m_rigErrorMessageBox.exec ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user