1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-13 11:18:48 -04:00

Tx ph.1: added device sink reference to the device UI set

This commit is contained in:
f4exb
2016-10-19 14:28:58 +02:00
parent 7d941ccb37
commit e5509b5fe8
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -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;