mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Multi device support: code cleanup and fixed lock on exit
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
SamplingDeviceControl::SamplingDeviceControl(QWidget* parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::SamplingDeviceControl),
|
||||
m_pluginManager(0)
|
||||
m_pluginManager(0),
|
||||
m_deviceAPI(0)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user