mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Fixed FFT factory new plan allocation and effectively grab fftw-file option in the main parser
This commit is contained in:
@@ -88,6 +88,10 @@ void MainParser::parse(const QCoreApplication& app)
|
||||
qWarning() << "MainParser::parse: server port invalid. Defaulting to " << m_serverPort;
|
||||
}
|
||||
|
||||
// FFTWF wisdom file
|
||||
|
||||
m_fftwfWindowFileName = m_parser.value(m_fftwfWisdomOption);
|
||||
|
||||
// MIMO - from version
|
||||
|
||||
QStringList versionParts = app.applicationVersion().split(".");
|
||||
|
||||
Reference in New Issue
Block a user