mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Sort channel plugins by delta frequency and type before saving to preset
This commit is contained in:
@@ -10,7 +10,7 @@ bool PluginGUI::deserializeGeneral(const QByteArray& data)
|
||||
return false;
|
||||
}
|
||||
|
||||
quint64 PluginGUI::getCenterFrequency() const
|
||||
qint64 PluginGUI::getCenterFrequency() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user