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

Multi device support: removed GLSpectrum dependency in plugin manager

This commit is contained in:
f4exb
2016-05-16 10:40:18 +02:00
parent 2893d7bb06
commit 9013e057fa
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -13,13 +13,12 @@
#include <QDebug>
PluginManager::PluginManager(MainWindow* mainWindow, uint deviceTabIndex, DSPDeviceEngine* dspDeviceEngine, GLSpectrum *spectrum, QObject* parent) :
PluginManager::PluginManager(MainWindow* mainWindow, uint deviceTabIndex, DSPDeviceEngine* dspDeviceEngine, QObject* parent) :
QObject(parent),
m_pluginAPI(this, mainWindow),
m_mainWindow(mainWindow),
m_deviceTabIndex(deviceTabIndex),
m_dspDeviceEngine(dspDeviceEngine),
m_spectrum(spectrum),
m_sampleSourceId(),
m_sampleSourceSerial(),
m_sampleSourceSequence(0),