From fcfca1b1fcf69fcab9eb332b5be57c284be8ef4f Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 19 Apr 2015 22:21:45 +0000 Subject: [PATCH] Send a status update after a replay decodes as UDP messgaes action This allows any new UDP client to know the WSJT-X status automatically after they have requested an initial replay of all decodes upon discovering a WSJT-X instance. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5245 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 9324d4119..f4160eb44 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3352,6 +3352,7 @@ void MainWindow::replayDecodes () postDecode (false, message.left (eom_pos + 1)); } } + statusChanged (); } void MainWindow::postDecode (bool is_new, QString const& message)