mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-20 06:38:36 -04:00
Removed undesirable methods from PluginInstanceGUI and related common plugins
This commit is contained in:
@@ -123,16 +123,6 @@ void RemoteOutputSinkGui::destroy()
|
||||
delete this;
|
||||
}
|
||||
|
||||
void RemoteOutputSinkGui::setName(const QString& name)
|
||||
{
|
||||
setObjectName(name);
|
||||
}
|
||||
|
||||
QString RemoteOutputSinkGui::getName() const
|
||||
{
|
||||
return objectName();
|
||||
}
|
||||
|
||||
void RemoteOutputSinkGui::resetToDefaults()
|
||||
{
|
||||
blockApplySettings(true);
|
||||
|
||||
@@ -77,12 +77,7 @@ public:
|
||||
virtual ~RemoteOutputSinkGui();
|
||||
virtual void destroy();
|
||||
|
||||
void setName(const QString& name);
|
||||
QString getName() const;
|
||||
|
||||
void resetToDefaults();
|
||||
virtual qint64 getCenterFrequency() const { return m_deviceCenterFrequency; }
|
||||
virtual void setCenterFrequency(qint64 centerFrequency) { (void) centerFrequency; }
|
||||
QByteArray serialize() const;
|
||||
bool deserialize(const QByteArray& data);
|
||||
virtual MessageQueue *getInputMessageQueue() { return &m_inputMessageQueue; }
|
||||
|
||||
Reference in New Issue
Block a user