1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Sort channel plugins by delta frequency and type before saving to preset

This commit is contained in:
f4exb
2015-07-19 02:07:40 +02:00
parent ad8be9875e
commit 6d27dc5e0b
25 changed files with 70 additions and 12 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ bool BladerfGui::deserializeGeneral(const QByteArray&data)
}
}
quint64 BladerfGui::getCenterFrequency() const
qint64 BladerfGui::getCenterFrequency() const
{
return m_generalSettings.m_centerFrequency;
}