mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
Sort channel plugins by delta frequency and type before saving to preset
This commit is contained in:
@@ -63,7 +63,7 @@ bool FCDGui::deserializeGeneral(const QByteArray&data)
|
||||
}
|
||||
}
|
||||
|
||||
quint64 FCDGui::getCenterFrequency() const
|
||||
qint64 FCDGui::getCenterFrequency() const
|
||||
{
|
||||
return m_generalSettings.m_centerFrequency;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ public:
|
||||
void resetToDefaults();
|
||||
QByteArray serializeGeneral() const;
|
||||
bool deserializeGeneral(const QByteArray&data);
|
||||
quint64 getCenterFrequency() const;
|
||||
qint64 getCenterFrequency() const;
|
||||
QByteArray serialize() const;
|
||||
bool deserialize(const QByteArray& data);
|
||||
bool handleMessage(Message* message);
|
||||
|
||||
Reference in New Issue
Block a user