diff --git a/mainwindow.cpp b/mainwindow.cpp index fdad50ca7..7355f9324 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1738,6 +1738,7 @@ void MainWindow::on_logQSOButton_clicked() //Log QSO button t+=" " + m_qsoStop; t+=" " + m_myCall; t+=" " + m_myGrid; + t+=" "; out << t << endl; f2.close(); }