mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Don't save and restore FFTW wisdom in QMAP.
This commit is contained in:
parent
6dc971d304
commit
2584b5ef3b
@ -109,8 +109,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
memset(ipc_wsjtx,0,memSize); //Zero all of shared memory
|
memset(ipc_wsjtx,0,memSize); //Zero all of shared memory
|
||||||
mem_qmap.unlock();
|
mem_qmap.unlock();
|
||||||
|
|
||||||
fftwf_import_wisdom_from_filename (QDir {m_appDir}.absoluteFilePath ("qmap_wisdom.dat").toLocal8Bit ());
|
// fftwf_import_wisdom_from_filename (QDir {m_appDir}.absoluteFilePath ("qmap_wisdom.dat").toLocal8Bit ());
|
||||||
|
|
||||||
readSettings(); //Restore user's setup params
|
readSettings(); //Restore user's setup params
|
||||||
|
|
||||||
m_pbdecoding_style1="QPushButton{background-color: cyan; \
|
m_pbdecoding_style1="QPushButton{background-color: cyan; \
|
||||||
@ -199,7 +198,7 @@ MainWindow::~MainWindow()
|
|||||||
soundInThread.quit();
|
soundInThread.quit();
|
||||||
soundInThread.wait(3000);
|
soundInThread.wait(3000);
|
||||||
}
|
}
|
||||||
fftwf_export_wisdom_to_filename (QDir {m_appDir}.absoluteFilePath ("qmap_wisdom.dat").toLocal8Bit ());
|
// fftwf_export_wisdom_to_filename (QDir {m_appDir}.absoluteFilePath ("qmap_wisdom.dat").toLocal8Bit ());
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user