mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Removed undesirable methods from PluginInstanceGUI and related common plugins
This commit is contained in:
@@ -78,16 +78,6 @@ void HackRFOutputGui::destroy()
|
||||
delete this;
|
||||
}
|
||||
|
||||
void HackRFOutputGui::setName(const QString& name)
|
||||
{
|
||||
setObjectName(name);
|
||||
}
|
||||
|
||||
QString HackRFOutputGui::getName() const
|
||||
{
|
||||
return objectName();
|
||||
}
|
||||
|
||||
void HackRFOutputGui::resetToDefaults()
|
||||
{
|
||||
m_settings.resetToDefaults();
|
||||
@@ -95,18 +85,6 @@ void HackRFOutputGui::resetToDefaults()
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
qint64 HackRFOutputGui::getCenterFrequency() const
|
||||
{
|
||||
return m_settings.m_centerFrequency;
|
||||
}
|
||||
|
||||
void HackRFOutputGui::setCenterFrequency(qint64 centerFrequency)
|
||||
{
|
||||
m_settings.m_centerFrequency = centerFrequency;
|
||||
displaySettings();
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
QByteArray HackRFOutputGui::serialize() const
|
||||
{
|
||||
return m_settings.serialize();
|
||||
|
||||
Reference in New Issue
Block a user