mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Added a plugin for BladeRF. Removed GNUradio from the build (gr-osmocom source) as this does not work properly
This commit is contained in:
@@ -34,6 +34,11 @@ void RTLSDRGui::setName(const QString& name)
|
||||
setObjectName(name);
|
||||
}
|
||||
|
||||
QString RTLSDRGui::getName() const
|
||||
{
|
||||
return objectName();
|
||||
}
|
||||
|
||||
void RTLSDRGui::resetToDefaults()
|
||||
{
|
||||
m_generalSettings.resetToDefaults();
|
||||
|
||||
Reference in New Issue
Block a user