1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Tx ph.1: add Tx tab (1). Core dump.

This commit is contained in:
f4exb
2016-10-21 16:57:50 +02:00
parent ffb8b4d737
commit 55f4d6d46f
6 changed files with 243 additions and 44 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ SamplingDeviceControl::SamplingDeviceControl(QWidget* parent) :
QWidget(parent),
ui(new Ui::SamplingDeviceControl),
m_pluginManager(0),
m_deviceAPI(0)
m_deviceSourceAPI(0),
m_deviceSinkAPI(0)
{
ui->setupUi(this);
}