mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -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);
|
||||
|
||||
Reference in New Issue
Block a user