1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 07:23:38 -04:00

UDPSink plugin: rename volume to gain

This commit is contained in:
f4exb
2017-08-17 17:09:02 +02:00
parent c601d8dbaa
commit 90ce3ec9ad
5 changed files with 14 additions and 7 deletions
+3 -3
View File
@@ -15,16 +15,16 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////
#include "../../channelrx/udpsrc/udpsrcplugin.h"
#include "udpsrcplugin.h"
#include <QtPlugin>
#include "plugin/pluginapi.h"
#include "../../channelrx/udpsrc/udpsrcgui.h"
#include "udpsrcgui.h"
const PluginDescriptor UDPSrcPlugin::m_pluginDescriptor = {
QString("UDP Channel Source"),
QString("3.5.0"),
QString("3.6.0"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,