mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -04:00
Store device category (type) in the SamplingDevice structure
This commit is contained in:
@@ -20,10 +20,11 @@
|
||||
#include "ui_samplingdevicecontrol.h"
|
||||
|
||||
|
||||
SamplingDeviceControl::SamplingDeviceControl(QWidget* parent) :
|
||||
SamplingDeviceControl::SamplingDeviceControl(int tabIndex, QWidget* parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::SamplingDeviceControl),
|
||||
m_pluginManager(0)
|
||||
m_pluginManager(0),
|
||||
m_deviceTabIndex(tabIndex)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user