1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Multi device support: suppress reference to DSPEngine in PluginAPI

This commit is contained in:
f4exb
2016-05-11 16:03:03 +02:00
parent c556a16caa
commit e3d39c7d3f
4 changed files with 5 additions and 49 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
PluginManager::PluginManager(MainWindow* mainWindow, DSPEngine* dspEngine, QObject* parent) :
QObject(parent),
m_pluginAPI(this, mainWindow, dspEngine),
m_pluginAPI(this, mainWindow),
m_mainWindow(mainWindow),
m_dspEngine(dspEngine),
m_sampleSourceId(),