1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-23 00:18:37 -05:00

Revert "AM, BFM demods: use button switch for RTP switch"

This reverts commit 2ee3161b50.
This commit is contained in:
f4exb 2018-02-06 01:17:52 +01:00
parent f53a5f6e6e
commit dda124f1fb
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="ButtonSwitch" name="useRTP"> <widget class="QToolButton" name="useRTP">
<property name="toolTip"> <property name="toolTip">
<string>Use RTP protocol for copy audio to UDP</string> <string>Use RTP protocol for copy audio to UDP</string>
</property> </property>

View File

@ -322,7 +322,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="ButtonSwitch" name="useRTP"> <widget class="QToolButton" name="useRTP">
<property name="toolTip"> <property name="toolTip">
<string>Use RTP protocol for copy audio to UDP</string> <string>Use RTP protocol for copy audio to UDP</string>
</property> </property>