mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-04 23:14:57 -04:00
Fix swapped sent and received reports in Fox log window
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ namespace
|
||||
}
|
||||
|
||||
bool FoxLog::add_QSO (QDateTime const& when, QString const& call, QString const& grid
|
||||
, QString const& report_received, QString const& report_sent
|
||||
, QString const& report_sent, QString const& report_received
|
||||
, QString const& band)
|
||||
{
|
||||
ConditionalTransaction transaction {*m_};
|
||||
|
||||
Reference in New Issue
Block a user