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

Removed undesirable methods from PluginInstanceGUI and related common plugins

This commit is contained in:
f4exb
2020-10-03 11:43:14 +02:00
parent 9a64bb3b75
commit d085b4eb7d
121 changed files with 9 additions and 1534 deletions
@@ -38,16 +38,6 @@ void RigCtlServerGUI::destroy()
delete this;
}
void RigCtlServerGUI::setName(const QString& name)
{
setObjectName(name);
}
QString RigCtlServerGUI::getName() const
{
return objectName();
}
void RigCtlServerGUI::resetToDefaults()
{
m_settings.resetToDefaults();
@@ -39,10 +39,6 @@ class RigCtlServerGUI : public RollupWidget, public PluginInstanceGUI {
public:
static RigCtlServerGUI* create(PluginAPI* pluginAPI, FeatureUISet *featureUISet, Feature *feature);
virtual void destroy();
void setName(const QString& name);
QString getName() const;
virtual qint64 getCenterFrequency() const { return 0; }
virtual void setCenterFrequency(qint64 centerFrequency) {}
void resetToDefaults();
QByteArray serialize() const;