mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 00:18:37 -05:00
Tx ph.1: added device sink reference to the device UI set
This commit is contained in:
parent
7d941ccb37
commit
e5509b5fe8
@ -765,6 +765,8 @@ MainWindow::DeviceUISet::DeviceUISet(QTimer& timer)
|
||||
m_samplingDeviceControl = new SamplingDeviceControl;
|
||||
m_deviceSourceEngine = 0;
|
||||
m_deviceSourceAPI = 0;
|
||||
m_deviceSinkEngine = 0;
|
||||
m_deviceSinkAPI = 0;
|
||||
|
||||
// m_spectrum needs to have its font to be set since it cannot be inherited from the main window
|
||||
QFont font;
|
||||
|
@ -34,17 +34,18 @@ class SamplingDeviceControl;
|
||||
class AudioDeviceInfo;
|
||||
class DSPEngine;
|
||||
class DSPDeviceSourceEngine;
|
||||
class DSPDeviceSinkEngine;
|
||||
class Indicator;
|
||||
class SpectrumVis;
|
||||
class GLSpectrum;
|
||||
class GLSpectrumGUI;
|
||||
class ChannelWindow;
|
||||
class DeviceSampleSource;
|
||||
class PluginAPI;
|
||||
class PluginGUI;
|
||||
class ChannelMarker;
|
||||
class PluginManager;
|
||||
class DeviceSourceAPI;
|
||||
class DeviceSinkApi;
|
||||
class PluginInterface;
|
||||
class QWidget;
|
||||
|
||||
@ -65,6 +66,8 @@ public:
|
||||
SamplingDeviceControl *m_samplingDeviceControl;
|
||||
DSPDeviceSourceEngine *m_deviceSourceEngine;
|
||||
DeviceSourceAPI *m_deviceSourceAPI;
|
||||
DSPDeviceSinkEngine *m_deviceSinkEngine;
|
||||
DeviceSinkApi *m_deviceSinkAPI;
|
||||
QByteArray m_mainWindowState;
|
||||
|
||||
DeviceUISet(QTimer& timer);
|
||||
|
Loading…
Reference in New Issue
Block a user