mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 18:44:19 -04:00
Starrting to implement a confirmation dialog for LogQSL.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3067 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+6
-1
@@ -8,6 +8,7 @@
|
||||
#include "sleep.h"
|
||||
#include "getfile.h"
|
||||
#include <portaudio.h>
|
||||
#include "logqso.h"
|
||||
|
||||
int itone[85]; //Tx audio tones for 85 symbols
|
||||
int rc;
|
||||
@@ -1749,8 +1750,12 @@ void MainWindow::on_logQSOButton_clicked() //Log QSO button
|
||||
t+=" <eor>";
|
||||
out << t << endl;
|
||||
f2.close();
|
||||
LogQSO logDlg(this);
|
||||
logDlg.initLogQSO();
|
||||
if(logDlg.exec() == QDialog::Accepted) {
|
||||
qDebug() << "ZZ";
|
||||
}
|
||||
}
|
||||
|
||||
m_rptSent="";
|
||||
m_rptRcvd="";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user