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

Message pipes rework: renaming pipes2 to pipes

This commit is contained in:
f4exb
2022-02-28 23:32:23 +01:00
parent 74f917682b
commit 7ab11615f6
8 changed files with 44 additions and 44 deletions
@@ -336,7 +336,7 @@ void VORLocalizer::applySettings(const VORLocalizerSettings& settings, bool forc
void VORLocalizer::updateChannels()
{
MainCore *mainCore = MainCore::instance();
MessagePipes2& messagePipes = mainCore->getMessagePipes2();
MessagePipes& messagePipes = mainCore->getMessagePipes2();
std::vector<DeviceSet*>& deviceSets = mainCore->getDeviceSets();
std::vector<DeviceSet*>::const_iterator it = deviceSets.begin();
m_availableChannels.clear();