1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Message pipes rework: more renaming

This commit is contained in:
f4exb
2022-03-02 23:57:35 +01:00
parent cbe643c0b1
commit 9c063410fb
71 changed files with 103 additions and 103 deletions
@@ -156,7 +156,7 @@ void Interferometer::applySettings(const InterferometerSettings& settings, bool
}
QList<ObjectPipe*> pipes;
MainCore::instance()->getMessagePipes2().getMessagePipes(this, "settings", pipes);
MainCore::instance()->getMessagePipes().getMessagePipes(this, "settings", pipes);
if (pipes.size() > 0) {
sendChannelSettings(pipes, reverseAPIKeys, settings, force);