mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 19:48:54 -04:00
Disable saving .iq files, to see if Win7 then allows saving .qm files.
This commit is contained in:
parent
f93d846c22
commit
8d17c7095c
@ -424,8 +424,8 @@ void MainWindow::dataSink(int k)
|
||||
QString fname=m_saveDir + "/" + t.date().toString("yyMMdd") + "_" +
|
||||
t.time().toString("hhmm");
|
||||
fname += ".iq";
|
||||
*future2 = QtConcurrent::run(save_iq, fname);
|
||||
watcher2->setFuture(*future2);
|
||||
// *future2 = QtConcurrent::run(save_iq, fname);
|
||||
// watcher2->setFuture(*future2);
|
||||
QString t{"QMAP v" + QCoreApplication::applicationVersion() + " " + revision()};
|
||||
save_qm_(fname.toLatin1(), t.toLatin1(), m_myCall.toLatin1(), m_myGrid.toLatin1(),
|
||||
datcom2_.d4, &datcom2_.ntx30a, &datcom2_.ntx30b, &datcom2_.fcenter,
|
||||
|
Loading…
Reference in New Issue
Block a user