1
0
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:
f4exb
2020-03-14 06:40:38 +01:00
parent 30694b4be7
commit 606d4fd756
3 changed files with 26 additions and 5 deletions
+4
View File
@@ -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(".");