1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 17:04:46 -04:00

Local Output/Sink: updated documentation

This commit is contained in:
f4exb
2019-05-11 00:42:21 +02:00
parent 8029194c02
commit c69b1421a7
13 changed files with 186 additions and 16 deletions
@@ -32,7 +32,7 @@ void LocalSourceSettings::resetToDefaults()
{
m_localDeviceIndex = 0;
m_rgbColor = QColor(140, 4, 4).rgb();
m_title = "Local sink";
m_title = "Local Source";
m_log2Interp = 0;
m_filterChainHash = 0;
m_channelMarker = nullptr;